#include <nitro/os.h>
void OS_InitAlarm( void );
Allocates a timer to the alarm system and initializes the alarm system
The alarm system uses ticks. Therefore, OS_InitTick must be called and a timer allocated before this function is called.
Call OS_EndAlarm() to terminate the alarm system and release the allocated timer.
None
None
OS_EndAlarm, OS_CreateAlarm, OS_SetAlarm, OS_InitTick
02/25/2004 Changed systemClock to tick
02/04/2004 Initial Version