Struct to ease specification of appropriate ranges within which a PA should be used.

Public Attributes#

The minimum (inclusive) deci-dBm power to use with this entry.

The maximum (inclusive) deci-dBm power to use with this entry.

The PA that this range of powers applies to.

The RF band that this PA works with.

Public Attribute Documentation#

min#

RAIL_TxPower_t RAIL_PaAutoModeConfigEntry_t::min

The minimum (inclusive) deci-dBm power to use with this entry.


Definition at line 78 of file plugin/pa-auto-mode/pa_auto_mode.h

max#

RAIL_TxPower_t RAIL_PaAutoModeConfigEntry_t::max

The maximum (inclusive) deci-dBm power to use with this entry.


Definition at line 80 of file plugin/pa-auto-mode/pa_auto_mode.h

mode#

RAIL_TxPowerMode_t RAIL_PaAutoModeConfigEntry_t::mode

The PA that this range of powers applies to.


Definition at line 82 of file plugin/pa-auto-mode/pa_auto_mode.h

band#

RAIL_PaBand_t RAIL_PaAutoModeConfigEntry_t::band

The RF band that this PA works with.


Definition at line 84 of file plugin/pa-auto-mode/pa_auto_mode.h