A configuration structure for a scheduled transmit.
DeprecatedRAIL 2.x synonym of sl_rail_scheduled_tx_config_t.
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.
DeprecatedRAIL 2.x synonym of sl_rail_scheduled_tx_config_t::when.
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.
DeprecatedRAIL 2.x synonym of sl_rail_scheduled_tx_config_t::mode.
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.
DeprecatedRAIL 2.x synonym of sl_rail_scheduled_tx_config_t::tx_during_rx.