Type Alias shared_bus_rtic::SharedBus

source ยท
pub type SharedBus<T> = &'static CommonBus<T>;
Expand description

A convenience type to use for declaring the underlying bus type.