Type Alias RawInterruptSpinMutex

Source
pub type RawInterruptSpinMutex = RawInterruptMutex<RawSpinMutex>;
Expand description

An interrupt-safe RawSpinMutex.

Aliased Typeยง

struct RawInterruptSpinMutex { /* private fields */ }