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.

Public Attributes#

int16_t

Max deci-dBm value.

int16_t

Min deci-dBm value.

Pointer to an array of RAIL_TxPowerCurvesConfig_t::piecewiseSegments elements of RAIL_TxPowerCurveSegment_t for deci-dBm to raw power level conversion fits.

Public Attribute Documentation#

maxPower#

int16_t RAIL_TxPowerCurves_t::maxPower

Max deci-dBm value.

DeprecatedThis RAIL 2.x field has been eliminated in RAIL 3.


minPower#

int16_t RAIL_TxPowerCurves_t::minPower

Min deci-dBm value.

DeprecatedThis RAIL 2.x field has been eliminated in RAIL 3.


powerParams#

const RAIL_TxPowerCurveSegment_t* RAIL_TxPowerCurves_t::powerParams

Pointer to an array of RAIL_TxPowerCurvesConfig_t::piecewiseSegments elements of RAIL_TxPowerCurveSegment_t for deci-dBm to raw power level conversion fits.

DeprecatedThis RAIL 2.x field has been eliminated in RAIL 3.