Structure that represents one of the channels that is part of a RAIL_TxChannelHoppingConfig_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.

uint32_t

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.


Definition at line 2365 of file common/rail_types.h

reserved#

uint8_t RAIL_TxChannelHoppingConfigEntry_t::reserved[2]

Pad bytes reserved for future use and currently ignored.


Definition at line 2369 of file common/rail_types.h

delay#

uint32_t RAIL_TxChannelHoppingConfigEntry_t::delay

Idle time in microseconds to wait before transmitting on the channel indicated by this entry.


Definition at line 2374 of file common/rail_types.h