

#include <nitro/os.h>
void OS_InitVAlarm( void );
None.
None.
This function initializes a V-Count alarm system. Unlike OS_InitAlarm(), this system does not use ticks.
Call OS_InitVAlarm() before using V-count alarm related functions. Calling it once is sufficient. Calling it more than once has no effect.
Call OS_EndVAlarm() when ending V-Count alarm systems. Perform initialization when using V-Count alarms again after that function ends.
OS_EndVAlarm, OS_CreateVAlarm, OS_SetVAlarm,
OS_InitAlarm
2004/10/25 Spun off details relating to VAlarm into a separate file
2004/10/22 Documented details of VAlarm in an illustration
2004/02/24 Initial Version
CONFIDENTIAL