Type Alias RawInterruptOneShotMutex

Source
pub type RawInterruptOneShotMutex = RawInterruptMutex<RawOneShotMutex>;
Expand description

An interrupt-safe RawOneShotMutex.

Aliased Typeยง

struct RawInterruptOneShotMutex { /* private fields */ }