1.5.3.22 PAL_RF_TX_PARAMETERS Struct
C
typedef struct { /* TX time (PPDU start), referred to system 64-bit time counter */ uint64_t timeCount; /* Transmitter power attenuation in dB (max 31 dB) */ uint32_t txPowerAttenuation; /* CSMA enable flag */ bool csmaEnable; } PAL_RF_TX_PARAMETERS;
Summary
Defines the parameters needed to request a transmission.
Description
This data type defines the parameters needed to request a transmission, using the PAL_RF_TxRequest function.
Remarks
None.