zephyr::object

Constant KOBJ_INITIALIZED

source
pub const KOBJ_INITIALIZED: usize = 2;
Expand description

A state indicating a kernel object that has completed initialization. This also means that the take has been called. And shouldn’t be allowed additional times.