Union containing a pointer to algorithm-specific conversion data.
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#
Pointer to a powerCurve containing line segment data for the curves corresponding to a specific PA.
Lookup table for PA's which use the mapping table algorithm for converting between deci-dBm and power levels.
Public Attribute Documentation#
powerCurve#
const RAIL_TxPowerCurveAlt_t* RAIL_PowerConversion_t::powerCurve
Pointer to a powerCurve containing line segment data for the curves corresponding to a specific PA.
Note
By the default conversion implementation, segments must be specified in decreasing power order. That is, the 0th entry of this array should be used to convert the highest power (levels). Segment at position n is valid from maxPowerLevel+1 from the segment at n+1 (or 0 if n is array length - 1) to maxPowerLevel of segment n, inclusive.
DeprecatedThis RAIL 2.x field has been eliminated in RAIL 3.
mappingTable#
const int16_t* RAIL_PowerConversion_t::mappingTable
Lookup table for PA's which use the mapping table algorithm for converting between deci-dBm and power levels.
DeprecatedThis RAIL 2.x field has been eliminated in RAIL 3.