#include <nitro/os.h>
BOOL OS_IsAlarmAvailable( void );
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.
None
Returns TRUE if a timer has been allocated to the alarm system and the system has been initialized.
02/04/2004 Initial Version