Union containing a pointer to algorithm-specific conversion data.

Public Attributes#

Pointer to a powerCurve containing line segment data for the curves corresponding to a specific PA.

const int16_t *

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.


Definition at line 200 of file plugin/pa-conversions/pa_curve_types_efr32.h

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.


Definition at line 212 of file plugin/pa-conversions/pa_curve_types_efr32.h