1.1.10.8 RTOSTimer_Stop Function
C
void RTOSTimer_Stop(void)
Summary
Stops the RTOS timer
Description
Stops the RTOS timer counter and clears its contents to 0
Precondition
RTOSTimer_Initialize() function must have been called first.
Parameters
None
Returns
None
Example
RTOSTimer_Stop();
Remarks
None