pub type InterruptSpinMutex<T> = Mutex<RawInterruptSpinMutex, T>;
Expand description
A lock_api::Mutex
based on RawInterruptSpinMutex
.
Aliased Typeยง
struct InterruptSpinMutex<T> { /* private fields */ }
pub type InterruptSpinMutex<T> = Mutex<RawInterruptSpinMutex, T>;
A lock_api::Mutex
based on RawInterruptSpinMutex
.
struct InterruptSpinMutex<T> { /* private fields */ }