More generic structure containing information about piecewise linear curves and mapping tables, instead of specific PA's.
DeprecatedThis RAIL 2.x type has been replaced in RAIL 3 by sl_rail_tx_power_table_config_t with different fields.
Public Attributes#
The curves for each PA.
Signature used for validation of the curves configuruation.
PA VDD voltage, in millivolts.
Public Attribute Documentation#
curves#
RAIL_PaDescriptor_t RAIL_TxPowerCurvesConfigAlt_t::curves[RAIL_NUM_PA]
The curves for each PA.
DeprecatedThis RAIL 2.x field has been replaced in RAIL 3 by other sl_rail_tx_power_table_config_t fields.
signature#
uint32_t RAIL_TxPowerCurvesConfigAlt_t::signature
Signature used for validation of the curves configuruation.
DeprecatedThis RAIL 2.x field has been replaced in RAIL 3 by sl_rail_tx_power_table_config_t::signature.
paVoltage#
uint16_t RAIL_TxPowerCurvesConfigAlt_t::paVoltage
PA VDD voltage, in millivolts.
DeprecatedThis RAIL 2.x field has been replaced in RAIL 3 by sl_rail_tx_power_table_config_t::pa_voltage_mv .