OS_IsAlarmAvailable

Syntax

#include <nitro/os.h>
BOOL OS_IsAlarmAvailable( void );
  

Arguments

None.

Return Values

Returns TRUE if a timer has been allocated to the alarm system and the system has been initialized.

Description

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.

See Also

OS_InitAlarm, OS_EndAlarm

Revision History

2004/02/04 Initial version.


CONFIDENTIAL