Channel values used to perform timer sync before and after sleep.
The default value of this structure is provided in the RAIL_TIMER_SYNC_DEFAULT macro.
Public Attributes#
uint8_t
PRS Channel used for timer sync operations.
uint8_t
RTCC Channel used for timer sync operations.
Whether to sync the timer before and after sleeping.
Public Attribute Documentation#
prsChannel#
uint8_t RAIL_TimerSyncConfig_t::prsChannel
PRS Channel used for timer sync operations.
Use RAIL_TIMER_SYNC_PRS_CHANNEL_DEFAULT or another suitable one.
Definition at line
460
of file common/rail_types.h
rtccChannel#
uint8_t RAIL_TimerSyncConfig_t::rtccChannel
RTCC Channel used for timer sync operations.
Only applies to platforms where the RTCC used for timer sync has multiple channels. Use RAIL_TIMER_SYNC_RTCC_CHANNEL_DEFAULT or another suitable one.
Definition at line
466
of file common/rail_types.h
sleep#
RAIL_SleepConfig_t RAIL_TimerSyncConfig_t::sleep
Whether to sync the timer before and after sleeping.
Definition at line
470
of file common/rail_types.h