General-Purpose Timer Macro Definition Documentation
SYS_TIMER_CONFIG
#define SYS_TIMER_CONFIG Sys_Timer_Config(TIMER, (cfg0), \ (cfg1), (timeout))
Configures the default timer instance.
Location: timer.h:83
SYS_TIMER_START
#define SYS_TIMER_START Sys_Timer_Start(TIMER)
Starts the default timer instance.
Location: timer.h:87
SYS_TIMER_STOP
#define SYS_TIMER_STOP Sys_Timer_Stop(TIMER)
Stops the default timer instance.
Location: timer.h:90