Alternate PHY configuration entry structure, which gathers some info on the alternate PHY in the context of concurrent mode.

Public Attributes#

uint32_t

A base frequency in Hz of this channel set.

uint32_t

A channel spacing in Hz of this channel set.

uint16_t

The number of channels (and not the channel number !)

uint16_t

minimum IF for the alternate PHY in kHz.

uint16_t

minimum IF for the base PHY in kHz.

bool

Indicates that OFDM modem is used by this alternate PHY.

uint32_t

Rate info of the alternate PHY.

uint32_t

Used to adjust the AGC for CCA between hard and soft modems.

Public Attribute Documentation#

base_frequency_hz#

uint32_t sl_rail_alternate_phy_t::base_frequency_hz

A base frequency in Hz of this channel set.


channel_spacing_hz#

uint32_t sl_rail_alternate_phy_t::channel_spacing_hz

A channel spacing in Hz of this channel set.


number_of_channels#

uint16_t sl_rail_alternate_phy_t::number_of_channels

The number of channels (and not the channel number !)


min_if_khz#

uint16_t sl_rail_alternate_phy_t::min_if_khz

minimum IF for the alternate PHY in kHz.


min_base_if_khz#

uint16_t sl_rail_alternate_phy_t::min_base_if_khz

minimum IF for the base PHY in kHz.


is_ofdm_modem#

bool sl_rail_alternate_phy_t::is_ofdm_modem

Indicates that OFDM modem is used by this alternate PHY.


rate_info#

uint32_t sl_rail_alternate_phy_t::rate_info

Rate info of the alternate PHY.


hw_modem_agc_ctrl1#

uint32_t sl_rail_alternate_phy_t::hw_modem_agc_ctrl1

Used to adjust the AGC for CCA between hard and soft modems.