pub type RawInterruptOneShotMutex = RawInterruptMutex<RawOneShotMutex>;
Expand description
An interrupt-safe RawOneShotMutex
.
Aliased Typeยง
struct RawInterruptOneShotMutex { /* private fields */ }
pub type RawInterruptOneShotMutex = RawInterruptMutex<RawOneShotMutex>;
An interrupt-safe RawOneShotMutex
.
struct RawInterruptOneShotMutex { /* private fields */ }