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 |
Indicate which action to take with a scheduled TX if it occurs during RX.
|
A configuration structure for a scheduled transmit.
Definition at line
2529
of file
rail_types.h
.
Field Documentation
◆ 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
2540
of file
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
2546
of file
rail_types.h
.
◆ 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
2534
of file
rail_types.h
.
The documentation for this struct was generated from the following file:
-
common/
rail_types.h