Zen API
zTimer_Enabled
C
zBool zTimer_Enabled(zTimer timer);
Parameters
Parameters 
Description 
zTimer timer 
zTimer object. 
Description

Reports whether periodic timer callbacks are currently enabled.

Deadlock can occur if a timer callback is in progress and is blocked indefinitely when this function is called. 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.