A structure containing values used to initialize the power amplifiers.

Public Attributes#

TX power mode.

uint16_t

Power amplifier supply voltage in mV, generally: DCDC supply ~ 1800 mV (1.8 V) Battery supply ~ 3300 mV (3.3 V)

uint16_t

The amount of time to spend ramping for TX in uS.

Public Attribute Documentation#

mode#

RAIL_TxPowerMode_t RAIL_TxPowerConfig_t::mode

TX power mode.


Definition at line 849 of file chip/efr32/efr32xg1x/rail_chip_specific.h

voltage#

uint16_t RAIL_TxPowerConfig_t::voltage

Power amplifier supply voltage in mV, generally: DCDC supply ~ 1800 mV (1.8 V) Battery supply ~ 3300 mV (3.3 V)


Definition at line 854 of file chip/efr32/efr32xg1x/rail_chip_specific.h

rampTime#

uint16_t RAIL_TxPowerConfig_t::rampTime

The amount of time to spend ramping for TX in uS.


Definition at line 856 of file chip/efr32/efr32xg1x/rail_chip_specific.h