Struct r3_core::kernel::raw_cfg::SemaphoreDescriptor
source · pub struct SemaphoreDescriptor<System> {
pub phantom: PhantomInvariant<System>,
pub initial: SemaphoreValue,
pub maximum: SemaphoreValue,
pub queue_order: QueueOrder,
}
Expand description
The basic properties of a semaphore.
Fields§
§phantom: PhantomInvariant<System>
§initial: SemaphoreValue
§maximum: SemaphoreValue
§queue_order: QueueOrder