InterruptMutex

Type Alias InterruptMutex 

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

Aliased Typeยง

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