A configuration structure for a scheduled transmit.
#include <
rail_types.h
>
Data Fields | |
RAIL_Time_t | when |
The time when to transmit this packet. | |
RAIL_TimeMode_t | mode |
The type of delay. | |
RAIL_ScheduledTxDuringRx_t | txDuringRx |
Indicates which action to take with a scheduled TX if it occurs during RX. |
A configuration structure for a scheduled transmit.
Definition at line 1570
of file rail_types.h
.
Field Documentation
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 1581
of file rail_types.h
.
RAIL_ScheduledTxDuringRx_t RAIL_ScheduleTxConfig_t::txDuringRx |
Indicates 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 1587
of file rail_types.h
.
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 1575
of file rail_types.h
.
The documentation for this struct was generated from the following file:
- common/
rail_types.h