Zen API
zTimer_Stop
C
zStatus zTimer_Stop(zTimer timer);
Parameters
Parameters 
Description 
zTimer timer 
zTimer object. 
Description

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.

File

zTimer.h

Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.