OS_CreateVAlarm

Syntax

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

Arguments

alarm Pointer to the V-Count alarm structure to initialize

Return Values

None.

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.

See Also

OS_InitVAlarm, OS_SetVAlarm

Revision History

2004/02/24 Initial version.


CONFIDENTIAL