Type Alias Ieee802154Driver

Source
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 */ }