Structure containing data defining each segment of the deci-dBm to raw power level mapping curve fits.

Note, these used in an equation of the form:

powerLevel * 1000 = slope * power + intercept

powerLevel is the 0-252/0-248/1-7 values used in the RAIL_Get/SetTxPower() functions, and power is the actual output power of the PA, specified in deci-dBm.

Note

DeprecatedThis RAIL 2.x type has been eliminated in RAIL 3 by use of PA power tables.

Public Attributes#

uint16_t

The highest power level that this segment will be used to convert.

int16_t

Slope of the line.

int32_t

Y-intercept of the line.

Public Attribute Documentation#

maxPowerLevel#

uint16_t RAIL_TxPowerCurveSegment_t::maxPowerLevel

The highest power level that this segment will be used to convert.

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


slope#

int16_t RAIL_TxPowerCurveSegment_t::slope

Slope of the line.

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


intercept#

int32_t RAIL_TxPowerCurveSegment_t::intercept

Y-intercept of the line.

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