A configuration structure for a scheduled transmit.

Public Attributes#

The time when to transmit this packet.

The type of delay.

Indicate which action to take with a scheduled TX if it occurs during RX.

Public Attribute Documentation#

when#

RAIL_Time_t RAIL_ScheduleTxConfig_t::when

The time when to transmit this packet.

The exact interpretation of this value depends on the mode specified below.


Definition at line 2622 of file common/rail_types.h

mode#

RAIL_TimeMode_t RAIL_ScheduleTxConfig_t::mode

The type of delay.

See the RAIL_TimeMode_t documentation for more information. Be sure to use RAIL_TIME_ABSOLUTE delays for time-critical protocols.


Definition at line 2628 of file common/rail_types.h

txDuringRx#

RAIL_ScheduledTxDuringRx_t RAIL_ScheduleTxConfig_t::txDuringRx

Indicate which action to take with a scheduled TX if it occurs during RX.

See RAIL_ScheduledTxDuringRx_t structure for more information on potential options.


Definition at line 2634 of file common/rail_types.h