IEEE 802.15.4 SubMAC netdev descriptor. More...
IEEE 802.15.4 SubMAC netdev descriptor.
Definition at line 48 of file ieee802154_submac.h.
#include <ieee802154_submac.h>
Data Fields | |
netdev_ieee802154_t | dev |
IEEE 802.15.4 netdev descriptor. | |
ieee802154_submac_t | submac |
IEEE 802.15.4 SubMAC descriptor. | |
ztimer_t | ack_timer |
ztimer descriptor for the ACK timeout timer | |
int | isr_flags |
netdev submac NETDEV_EVENT_ISR flags | |
int8_t | retrans |
number of frame retransmissions of the last TX | |
bool | dispatch |
whether an event should be dispatched or not | |
netdev_event_t | ev |
event to be dispatched | |
ztimer_t netdev_ieee802154_submac_t::ack_timer |
ztimer descriptor for the ACK timeout timer
Definition at line 51 of file ieee802154_submac.h.
netdev_ieee802154_t netdev_ieee802154_submac_t::dev |
IEEE 802.15.4 netdev descriptor.
Definition at line 49 of file ieee802154_submac.h.
bool netdev_ieee802154_submac_t::dispatch |
whether an event should be dispatched or not
Definition at line 54 of file ieee802154_submac.h.
netdev_event_t netdev_ieee802154_submac_t::ev |
event to be dispatched
Definition at line 55 of file ieee802154_submac.h.
int netdev_ieee802154_submac_t::isr_flags |
netdev submac NETDEV_EVENT_ISR flags
Definition at line 52 of file ieee802154_submac.h.
int8_t netdev_ieee802154_submac_t::retrans |
number of frame retransmissions of the last TX
Definition at line 53 of file ieee802154_submac.h.
ieee802154_submac_t netdev_ieee802154_submac_t::submac |
IEEE 802.15.4 SubMAC descriptor.
Definition at line 50 of file ieee802154_submac.h.