pub type Ieee802154Driver = Ieee802154ComponentType<Radio<'static>, AesECB<'static>>;
Expand description
Userspace 802.15.4 driver with in-kernel packet framing and MAC layer.
Aliased Type§
struct Ieee802154Driver { /* private fields */ }
pub type Ieee802154Driver = Ieee802154ComponentType<Radio<'static>, AesECB<'static>>;
Userspace 802.15.4 driver with in-kernel packet framing and MAC layer.
struct Ieee802154Driver { /* private fields */ }