zStatus zTimer_Destroy(zTimer timer);
|
Parameters |
Description |
|
zTimer timer |
zTimer object. |
Destroys a zTimer object.
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 not safe to call this function from within a timer callback.
zTimer.h