components::ieee802154

Type Alias Ieee802154ComponentType

Source
pub type Ieee802154ComponentType<R, A> = RadioDriver<'static, MacUser<'static, Framer<'static, AwakeMac<'static, R>, VirtualAES128CCM<'static, A>>>>;

Aliased Typeยง

struct Ieee802154ComponentType<R, A> { /* private fields */ }