1.1.10.6 RTOSTimer_Start Function
C
void RTOSTimer_Start(void)
Summary
Starts the RTOS timer
Description
Loads pre-load register to the counter and starts the timer
Precondition
RTOSTimer_Initialize() function must have been called first.
Parameters
None
Returns
None
Example
RTOSTimer_Start();
Remarks
None