Struct containing specifics of PA configuration.

PA descriptor as used in the PA conversion functions.

Public Attributes#

Algorithm used to map dBm to power levels for this PA.

uint8_t

The number of piecewise segments provided to the PA in a piecewise linear curve fit.

Min power level for this PA.

Max power level for this PA.

Union containing a pointer to algorithm-specific conversion data.

Public Attribute Documentation#

algorithm#

RAIL_PaConversionAlgorithm_t RAIL_PaDescriptor_t::algorithm

Algorithm used to map dBm to power levels for this PA.


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

segments#

uint8_t RAIL_PaDescriptor_t::segments

The number of piecewise segments provided to the PA in a piecewise linear curve fit.

The default is 8. Should be set to 0 when not using the piecewise linear algorithm.


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

min#

RAIL_TxPowerLevel_t RAIL_PaDescriptor_t::min

Min power level for this PA.


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

max#

RAIL_TxPowerLevel_t RAIL_PaDescriptor_t::max

Max power level for this PA.


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

conversion#

RAIL_PowerConversion_t RAIL_PaDescriptor_t::conversion

Union containing a pointer to algorithm-specific conversion data.


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