A structure containing power-setting information for a deci-dBm power.

DeprecatedThis RAIL 2.x structure has been replaced in RAIL 3 by sl_rail_tx_power_setting_entry_t with fewer fields.

Public Attributes#

PowerSetting information corresponds to currentPaPowerDdbm.

Minimum power (in deci-dBm) supported by powersetting table in use.

Maximum power (in deci-dBm) supported by powersetting table in use.

Current power (in deci-dBm).

Public Attribute Documentation#

paPowerSetting#

RAIL_PaPowerSetting_t RAIL_TxPowerSettingEntry_t::paPowerSetting

PowerSetting information corresponds to currentPaPowerDdbm.

DeprecatedThis RAIL 2.x field is eqivalent to RAIL 3 sl_rail_tx_power_setting_entry_t::pa_power_setting.


minPaPowerDdbm#

RAIL_TxPower_t RAIL_TxPowerSettingEntry_t::minPaPowerDdbm

Minimum power (in deci-dBm) supported by powersetting table in use.

DeprecatedThis RAIL 2.x field has been eliminated in RAIL 3 sl_rail_tx_power_setting_entry_t.


maxPaPowerDdbm#

RAIL_TxPower_t RAIL_TxPowerSettingEntry_t::maxPaPowerDdbm

Maximum power (in deci-dBm) supported by powersetting table in use.

DeprecatedThis RAIL 2.x field has been eliminated in RAIL 3 sl_rail_tx_power_setting_entry_t.


currentPaPowerDdbm#

RAIL_TxPower_t RAIL_TxPowerSettingEntry_t::currentPaPowerDdbm

Current power (in deci-dBm).

DeprecatedThis RAIL 2.x field is equivalent to RAIL 3 sl_rail_tx_power_setting_entry_t::curr_pa_power_ddbm.