Structure containing the min and max values for a given PA and voltage supply combination (in deci-dBm).
DeprecatedThis RAIL 2.x type has been eliminated in RAIL 3 by use of PA power tables. See sl_rail_pa_descriptor_t.
Public Attributes#
Max deci-dBm value.
Min deci-dBm value.
Array of RAIL_PaDescriptor_t::segmentsRAIL_TxPowerCurveSegment_t structures for the deci-dBm to raw power level conversion fits.
Public Attribute Documentation#
maxPower#
int16_t RAIL_TxPowerCurveAlt_t::maxPower
Max deci-dBm value.
DeprecatedThis RAIL 2.x field has been replaced in RAIL 3 by sl_rail_pa_descriptor_t::max_power_ddbm.
minPower#
int16_t RAIL_TxPowerCurveAlt_t::minPower
Min deci-dBm value.
DeprecatedThis RAIL 2.x field has been replaced in RAIL 3 by sl_rail_pa_descriptor_t::min_power_ddbm.
powerParams#
RAIL_TxPowerCurveSegment_t RAIL_TxPowerCurveAlt_t::powerParams[]
Array of RAIL_PaDescriptor_t::segmentsRAIL_TxPowerCurveSegment_t structures for the deci-dBm to raw power level conversion fits.
DeprecatedThis RAIL 2.x field has been replaced in RAIL 3 by sl_rail_pa_descriptor_t::p_power_setting_table.