1.1.10.7 RTOSTimer_Halt Function
C
void RTOSTimer_Halt(void)
Summary
Halts the RTOS timer
Description
Halts the timer counter. It can be restarted using the RTOSTimer_Resume API call
Precondition
RTOSTimer_Initialize() function must have been called first.
Parameters
None
Returns
None
Example
RTOSTimer_Halt();
Remarks
None