Type Definition shared_bus::CortexMBusManager
source · pub type CortexMBusManager<L, P> = BusManager<Mutex<L>, P>;Expand description
Type alias for a bus manager using [cortex_m::interrupt::Mutex].
Only available if the cortexm feature is active.