Type Definition shared_bus::CortexMBusManager[][src]

type CortexMBusManager<L, P> = BusManager<Mutex<L>, P>;

Type alias for a bus manager using [cortex_m::interrupt::Mutex].

Only available if the cortexm feature is active.