@ brief Struct used to specify priorities for Zigbee radio operations

Public Attributes#

uint8_t
uint8_t

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.


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


tx_step#

uint8_t sl_802154_radio_priorities::tx_step

The increase in TX priority (which is a decrement in value) for each retry


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


active_rx#

uint8_t sl_802154_radio_priorities::active_rx

The priority of a Zigbee RX operation while receiving a packet