OS_EndAlarm

Syntax

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

Arguments

None.

Return Values

None.

Description

Frees the timer that was allocated to the alarm system and terminates the alarm system

Stop all alarms before calling this function.

Call OS_InitAlarm() to reinitialize the alarm system.

See Also

OS_InitAlarm, OS_CancelAlarm, OS_CancelAllAlarms

Revision History

2004/02/04 Initial version.


CONFIDENTIAL