Alternate PHY configuration entry structure, which gathers some info on the alternate PHY in the context of concurrent mode.
Public Attributes#
A base frequency in Hz of this channel set.
A channel spacing in Hz of this channel set.
The number of channels (and not the channel number !)
minimum IF for the alternate PHY in kHz.
minimum IF for the base PHY in kHz.
Indicates that OFDM modem is used by this alternate PHY.
rate Info of the alternate PHY.
AGC_CTRL1 configuration for CCA with hw modem.
Public Attribute Documentation#
baseFrequency#
uint32_t RAIL_AlternatePhy_t::baseFrequency
A base frequency in Hz of this channel set.
2058
of file common/rail_types.h
channelSpacing#
uint32_t RAIL_AlternatePhy_t::channelSpacing
A channel spacing in Hz of this channel set.
2060
of file common/rail_types.h
numberOfChannels#
uint16_t RAIL_AlternatePhy_t::numberOfChannels
The number of channels (and not the channel number !)
2062
of file common/rail_types.h
minIf_kHz#
uint16_t RAIL_AlternatePhy_t::minIf_kHz
minimum IF for the alternate PHY in kHz.
2064
of file common/rail_types.h
minBaseIf_kHz#
uint16_t RAIL_AlternatePhy_t::minBaseIf_kHz
minimum IF for the base PHY in kHz.
2066
of file common/rail_types.h
isOfdmModem#
bool RAIL_AlternatePhy_t::isOfdmModem
Indicates that OFDM modem is used by this alternate PHY.
2068
of file common/rail_types.h
rateInfo#
uint32_t RAIL_AlternatePhy_t::rateInfo
rate Info of the alternate PHY.
2070
of file common/rail_types.h
hwModemAgcCtrl1#
uint32_t RAIL_AlternatePhy_t::hwModemAgcCtrl1
AGC_CTRL1 configuration for CCA with hw modem.
Concurrent phy's AGC CCA-related registers are configured for CCA with OFDM modem. To perform a CCA with hw modem, AGC CTRL1 and CTRL7 need to be reconfigured. CTRL7_SUBPERIOD bit is set to 0 before the CCA and retored to 1 after. CTRL1 is reconfigured using hwModemAgcCtrl1 before the CCA and restore after using pSeqFrcConfig->agcCtrl1 where ofdm MODEM CCA configurations have been stored.
2081
of file common/rail_types.h