#include <nitro/os.h>
BOOL OS_IsAlarmAvailable( void );
None.
Returns TRUE
if a timer has been allocated to the alarm system and the system has been initialized.
This function checks whether a timer has been allocated to the alarm system and whether it has been initialized.
Returns TRUE
if the alarm system has been initialized with OS_InitAlarm()
and a timer has been allocated.
2004/02/04 Initial version.
CONFIDENTIAL