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.
DeprecatedRAIL 2.x synonym of sl_rail_timer_sync_config_t.
Public Attributes#
PRS Channel used for timer sync operations.
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.
DeprecatedRAIL 2.x synonym of sl_rail_timer_sync_config_t::prs_channel.
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.
DeprecatedRAIL 2.x synonym of sl_rail_timer_sync_config_t::rtcc_channel.
sleep#
RAIL_SleepConfig_t RAIL_TimerSyncConfig_t::sleep
Whether to sync the timer before and after sleeping.
DeprecatedRAIL 2.x synonym of sl_rail_timer_sync_config_t::sleep.