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
const RAIL_TxPowerCurveSegment_t *
Pointer to "piecewiseSegments"-length array of RAIL_TxPowerCurveSegment_t of power (deci-dBm) to powerLevel conversion fits.
Public Attribute Documentation#
maxPower#
int16_t RAIL_TxPowerCurves_t::maxPower
max deci-dBm value
Definition at line
87
of file plugin/pa-conversions/pa_curve_types_efr32.h
minPower#
int16_t RAIL_TxPowerCurves_t::minPower
min deci-dBm value
Definition at line
89
of file plugin/pa-conversions/pa_curve_types_efr32.h
powerParams#
const RAIL_TxPowerCurveSegment_t* RAIL_TxPowerCurves_t::powerParams
Pointer to "piecewiseSegments"-length array of RAIL_TxPowerCurveSegment_t of power (deci-dBm) to powerLevel conversion fits.
Definition at line
95
of file plugin/pa-conversions/pa_curve_types_efr32.h