@ brief Struct used to specify priorities for Zigbee radio operations
Public Attribute Documentation#
background_rx#
uint8_t sl_802154_radio_priorities::background_rx
The priority of a Zigbee RX operation while not receiving a packet.
Definition at line
1714
of file stack/include/sl_zigbee_types.h
min_tx_priority#
uint8_t sl_802154_radio_priorities::min_tx_priority
Starting priority of a Zigbee TX operation. The first transmit of the packet, before retries, uses this priority
Definition at line
1716
of file stack/include/sl_zigbee_types.h
tx_step#
uint8_t sl_802154_radio_priorities::tx_step
The increase in TX priority (which is a decrement in value) for each retry
Definition at line
1718
of file stack/include/sl_zigbee_types.h
max_tx_priority#
uint8_t sl_802154_radio_priorities::max_tx_priority
Maximum priority of a Zigbee TX operation. Retried messages have priorities bumped by tx_step, up to a maximum of max_tx_priority
Definition at line
1720
of file stack/include/sl_zigbee_types.h
active_rx#
uint8_t sl_802154_radio_priorities::active_rx
The priority of a Zigbee RX operation while receiving a packet
Definition at line
1722
of file stack/include/sl_zigbee_types.h