pub type RawIrqSaveMutex = BaseRawSpinLock<PreemptIrqSaveState>;Expand description
A raw spin lock that disables kernel preemption and local IRQs while held,
mirroring SpinLock::lock_irqsave but exposed as a
lock_api::RawMutex for use with foreign generic code.
Aliased Typeยง
pub struct RawIrqSaveMutex { /* private fields */ }