Structure containing the min and max values for a given PA and voltage supply combination (in deci-dBm).

Public Attributes#

int16_t

max deci-dBm value

int16_t

min deci-dBm value

Array of piecewise_segments RAIL_TxPowerCurveSegment_t structures for the power (deci-dBm) to powerLevel conversion fits.

Public Attribute Documentation#

maxPower#

int16_t RAIL_TxPowerCurveAlt_t::maxPower

max deci-dBm value


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

minPower#

int16_t RAIL_TxPowerCurveAlt_t::minPower

min deci-dBm value


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

powerParams#

RAIL_TxPowerCurveSegment_t RAIL_TxPowerCurveAlt_t::powerParams[]

Array of piecewise_segments RAIL_TxPowerCurveSegment_t structures for the power (deci-dBm) to powerLevel conversion fits.


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