RawInterruptOneShotMutex

Type Alias RawInterruptOneShotMutex 

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

An interrupt-safe RawOneShotMutex.

Aliased Typeยง

pub struct RawInterruptOneShotMutex { /* private fields */ }