Struct containing specifics of PA configuration.
PA descriptor as used in the PA conversion functions.
DeprecatedThis RAIL 2.x type has been replaced in RAIL 3 by sl_rail_pa_descriptor_t with different fields.
Public Attributes#
Algorithm used to map dBm to power levels for this PA.
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.
DeprecatedThis RAIL 2.x field has been eliminated in RAIL 3.
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.
DeprecatedThis RAIL 2.x field has been eliminated in RAIL 3.
min#
RAIL_TxPowerLevel_t RAIL_PaDescriptor_t::min
Min power level for this PA.
DeprecatedThis RAIL 2.x field has been eliminated in RAIL 3.
max#
RAIL_TxPowerLevel_t RAIL_PaDescriptor_t::max
Max power level for this PA.
DeprecatedThis RAIL 2.x field has been eliminated in RAIL 3.
conversion#
RAIL_PowerConversion_t RAIL_PaDescriptor_t::conversion
Union containing a pointer to algorithm-specific conversion data.
DeprecatedThis RAIL 2.x field has been eliminated in RAIL 3.