Structure that represents one of the channels that is part of a sl_rail_tx_channel_hopping_config_t sequence of channels used in channel hopping.
Public Attributes#
uint16_t
The channel number to be used for this entry in the channel hopping sequence.
uint8_t
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 sl_rail_tx_channel_hopping_config_entry_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 sl_rail_set_next_tx_repeat() will fail.
reserved#
uint8_t sl_rail_tx_channel_hopping_config_entry_t::reserved[2]
Pad bytes reserved for future use and currently ignored.
delay_us#
sl_rail_transition_time_t sl_rail_tx_channel_hopping_config_entry_t::delay_us
Idle time in microseconds to wait before transmitting on the channel indicated by this entry.