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#
sl_rail_time_t sl_rail_scheduled_tx_config_t::when
The time when to transmit this packet.
The exact interpretation of this value depends on the mode specified below.
mode#
sl_rail_time_mode_t sl_rail_scheduled_tx_config_t::mode
The type of delay.
See the sl_rail_time_mode_t documentation for more information. Be sure to use SL_RAIL_TIME_ABSOLUTE delays for time-critical protocols.
tx_during_rx#
sl_rail_scheduled_tx_during_rx_t sl_rail_scheduled_tx_config_t::tx_during_rx
Indicate which action to take with a scheduled TX if it occurs during RX.
See sl_rail_scheduled_tx_during_rx_t structure for more information on potential options.