All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

IEEE 802.15.4 SubMAC netdev descriptor. More...

Detailed Description

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
 

Field Documentation

◆ ack_timer

ztimer_t netdev_ieee802154_submac_t::ack_timer

ztimer descriptor for the ACK timeout timer

Definition at line 51 of file ieee802154_submac.h.

◆ dev

netdev_ieee802154_t netdev_ieee802154_submac_t::dev

IEEE 802.15.4 netdev descriptor.

Definition at line 49 of file ieee802154_submac.h.

◆ dispatch

bool netdev_ieee802154_submac_t::dispatch

whether an event should be dispatched or not

Definition at line 54 of file ieee802154_submac.h.

◆ ev

netdev_event_t netdev_ieee802154_submac_t::ev

event to be dispatched

Definition at line 55 of file ieee802154_submac.h.

◆ isr_flags

int netdev_ieee802154_submac_t::isr_flags

netdev submac NETDEV_EVENT_ISR flags

Definition at line 52 of file ieee802154_submac.h.

◆ retrans

int8_t netdev_ieee802154_submac_t::retrans

number of frame retransmissions of the last TX

Definition at line 53 of file ieee802154_submac.h.

◆ submac

ieee802154_submac_t netdev_ieee802154_submac_t::submac

IEEE 802.15.4 SubMAC descriptor.

Definition at line 50 of file ieee802154_submac.h.


The documentation for this struct was generated from the following file: