Channel values used to perform timer sync before and after sleep.
The default value of this structure is provided in the SL_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#
prs_channel#
uint8_t sl_rail_timer_sync_config_t::prs_channel
PRS Channel used for timer sync operations.
Use SL_RAIL_TIMER_SYNC_PRS_CHANNEL_DEFAULT or another suitable one.
rtcc_channel#
uint8_t sl_rail_timer_sync_config_t::rtcc_channel
RTCC Channel used for timer sync operations.
Only applies to platforms where the RTCC used for timer sync has multiple channels. Use SL_RAIL_TIMER_SYNC_RTCC_CHANNEL_DEFAULT or another suitable one.
sleep#
sl_rail_sleep_config_t sl_rail_timer_sync_config_t::sleep
Whether to sync the timer before and after sleeping.