InterruptOneShotMutex

Type Alias InterruptOneShotMutex 

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

Aliased Typeยง

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