Structure that represents one of the channels that is part of a RAIL_TxChannelHoppingConfig_t sequence of channels used in channel hopping.
DeprecatedRAIL 2.x synonym of sl_rail_tx_channel_hopping_config_entry_t.
Public Attributes#
The channel number to be used for this entry in the channel hopping sequence.
Pad bytes reserved for future use and currently ignored.
Idle time in microseconds to wait before transmitting on the channel indicated by this entry.
Public Attribute Documentation#
channel#
uint16_t RAIL_TxChannelHoppingConfigEntry_t::channel
The channel number to be used for this entry in the channel hopping sequence.
If this is an invalid channel for the current PHY, the call to RAIL_SetNextTxRepeat() will fail.
DeprecatedRAIL 2.x synonym of sl_rail_tx_channel_hopping_config_entry_t::channel.
reserved#
uint8_t RAIL_TxChannelHoppingConfigEntry_t::reserved[2]
Pad bytes reserved for future use and currently ignored.
DeprecatedRAIL 2.x synonym of sl_rail_tx_channel_hopping_config_entry_t::reserved.
delay#
uint32_t RAIL_TxChannelHoppingConfigEntry_t::delay
Idle time in microseconds to wait before transmitting on the channel indicated by this entry.
DeprecatedRAIL 2.x synonym of sl_rail_tx_channel_hopping_config_entry_t::delay_us.