Type Alias InterruptMutex

Source
pub type InterruptMutex<I, T> = Mutex<RawInterruptMutex<I>, T>;
Expand description

Aliased Typeยง

struct InterruptMutex<I, T> { /* private fields */ }