OS_CreateVAlarm


C Specification

#include <nitro/os.h>
void OS_CreateVAlarm( OSVAlarm*  alarm );
  

Description

This function initializes a V-Count alarm structure. One V-Count alarm can be set per V-Count alarm structure.
Initialize the V-Count alarm structure with this function before using it for the first time.

Arguments

alarm Pointer to the V-Count alarm structure to initialize

Return Values

None

See Also

OS_InitVAlarm, OS_SetVAlarm

Revision History

02/24/2004 Initial Version