Type Alias InterruptOneShotMutex

Source
pub type InterruptOneShotMutex<T> = Mutex<RawInterruptOneShotMutex, T>;
Expand description

Aliased Typeยง

struct InterruptOneShotMutex<T> { /* private fields */ }