pub type DeviceNodeMacCell<CS> = StaticCell<AsyncRefCell<DeviceNodeMac<CS>>>;Expand description
The StaticCell a board declares for its MAC. Board-side because its
type depends on CS, and a static cannot be generic.
Aliased Typeยง
pub struct DeviceNodeMacCell<CS> { /* private fields */ }