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.

Public Attribute Documentation#

baseFrequency#

uint32_t RAIL_AlternatePhy_t::baseFrequency

A base frequency in Hz of this channel set.


Definition at line 1720 of file common/rail_types.h

channelSpacing#

uint32_t RAIL_AlternatePhy_t::channelSpacing

A channel spacing in Hz of this channel set.


Definition at line 1721 of file common/rail_types.h

numberOfChannels#

uint16_t RAIL_AlternatePhy_t::numberOfChannels

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


Definition at line 1722 of file common/rail_types.h

minIf_kHz#

uint16_t RAIL_AlternatePhy_t::minIf_kHz

minimum IF for the alternate PHY in kHz.


Definition at line 1723 of file common/rail_types.h

minBaseIf_kHz#

uint16_t RAIL_AlternatePhy_t::minBaseIf_kHz

minimum IF for the base PHY in kHz.


Definition at line 1724 of file common/rail_types.h

isOfdmModem#

bool RAIL_AlternatePhy_t::isOfdmModem

Indicates that OFDM modem is used by this alternate PHY.


Definition at line 1725 of file common/rail_types.h

rateInfo#

uint32_t RAIL_AlternatePhy_t::rateInfo

rate Info of the alternate PHY.


Definition at line 1726 of file common/rail_types.h