#include <nitro/os.h>
void OS_CreateVAlarm( OSVAlarm* alarm );
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.
|
Pointer to the V-Count alarm structure to initialize |
None
02/24/2004 Initial Version