Struct containing specifics of PA configuration.

PA descriptor as used in the PA conversion functions.

Public Attributes#

const int32_t *

Lookup table for PA's to convert between deci-dBm and power levels.

Min power in deci-dBm for this PA.

Max power in deci-dBm for this PA.

Table step size in deci-dBm for this PA.

uint16_t

The number of powersetting entries present in the table.

Public Attribute Documentation#

p_power_setting_table#

const int32_t* sl_rail_pa_descriptor_t::p_power_setting_table

Lookup table for PA's to convert between deci-dBm and power levels.


min_power_ddbm#

sl_rail_tx_power_t sl_rail_pa_descriptor_t::min_power_ddbm

Min power in deci-dBm for this PA.


max_power_ddbm#

sl_rail_tx_power_t sl_rail_pa_descriptor_t::max_power_ddbm

Max power in deci-dBm for this PA.


step_power_ddbm#

sl_rail_tx_power_t sl_rail_pa_descriptor_t::step_power_ddbm

Table step size in deci-dBm for this PA.


num_of_values#

uint16_t sl_rail_pa_descriptor_t::num_of_values

The number of powersetting entries present in the table.