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.


Definition at line 419 of file common/rail_types.h

rtccChannel#

uint8_t RAIL_TimerSyncConfig_t::rtccChannel

RTCC Channel used for timer sync operations.


Definition at line 423 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 427 of file common/rail_types.h