zStatus zTimer_Stop(zTimer timer);
|
Parameters |
Description |
|
zTimer timer |
zTimer object. |
Stops timer callbacks.
It is guaranteed that callbacks are stopped when this function returns. Deadlock can occur if a timer callback is in progress and is blocked indefinitely. It is safe to call this function from within a timer callback.
zTimer.h