OS_EndAlarm

C Specification

#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

02/04/2004 Initial Version