nRF5 SDK v13.0.0
Data Fields
mac_tx_options_t Struct Reference

TX options for MAC data transmission. More...

#include <mac_mcps_data.h>

Data Fields

uint8_t ack: 1
 
uint8_t gts: 1
 
uint8_t indirect: 1
 
uint8_t __pad0__: 5
 

Detailed Description

TX options for MAC data transmission.

The three bits (b0, b1, b2) indicate the transmission options for this MSDU. For b0, 1 = acknowledged transmission, 0 = unacknowledged transmission. For b1, 1 = GTS transmission, 0 = CAP transmission for a beacon-enabled PAN. For b2, 1 = indirect transmission, 0 = direct transmission. For a nonbeacon-enabled PAN, bit b1 should always be set to 0.


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

Documentation feedback | Developer Zone | Subscribe | Updated