pub type MutexGuard<'a, T> = BaseSpinLockGuard<'a, NoOp, T>;Available on non-crate feature
multitask only.Expand description
A guard that provides mutable data access for SpinNoIrq.
Aliased Typeยง
pub struct MutexGuard<'a, T> { /* private fields */ }