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

DeprecatedRAIL 2.x synonym of sl_rail_alternate_phy_t.

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#

baseFrequency#

uint32_t RAIL_AlternatePhy_t::baseFrequency

A base frequency in Hz of this channel set.

DeprecatedRAIL 2.x synonym of sl_rail_alternate_phy_t::base_frequency_hz.


channelSpacing#

uint32_t RAIL_AlternatePhy_t::channelSpacing

A channel spacing in Hz of this channel set.

DeprecatedRAIL 2.x synonym of sl_rail_alternate_phy_t::channel_spacing_hz.


numberOfChannels#

uint16_t RAIL_AlternatePhy_t::numberOfChannels

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

DeprecatedRAIL 2.x synonym of sl_rail_alternate_phy_t::number_of_channels.


minIf_kHz#

uint16_t RAIL_AlternatePhy_t::minIf_kHz

minimum IF for the alternate PHY in kHz.

DeprecatedRAIL 2.x synonym of sl_rail_alternate_phy_t::min_if_khz.


minBaseIf_kHz#

uint16_t RAIL_AlternatePhy_t::minBaseIf_kHz

minimum IF for the base PHY in kHz.

DeprecatedRAIL 2.x synonym of sl_rail_alternate_phy_t::min_base_if_khz.


isOfdmModem#

bool RAIL_AlternatePhy_t::isOfdmModem

Indicates that OFDM modem is used by this alternate PHY.

DeprecatedRAIL 2.x synonym of sl_rail_alternate_phy_t::is_ofdm_modem.


rateInfo#

uint32_t RAIL_AlternatePhy_t::rateInfo

Rate info of the alternate PHY.

DeprecatedRAIL 2.x synonym of sl_rail_alternate_phy_t::rate_info.


hwModemAgcCtrl1#

uint32_t RAIL_AlternatePhy_t::hwModemAgcCtrl1

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

DeprecatedRAIL 2.x synonym of sl_rail_alternate_phy_t::hw_modem_agc_ctrl1.