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
1921
of file common/rail_types.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
1927
of file common/rail_types.h
rampTime#
uint16_t RAIL_TxPowerConfig_t::rampTime
The amount of time to spend ramping for TX in uS.
Definition at line
1929
of file common/rail_types.h