OS_CancelVAlarms

Syntax

#include <nitro/os.h>
void OS_CancelVAlarms( u32 tag );
  

Arguments

tag The group tag value of the V-Count alarms to cancel

Return Values

None.

Description

This cancels V-Count alarms that have the specified tag value. Users cannot use the tag value "0" because it is reserved by the system.

See Also

OS_InitVAlarm, OS_CancelVAlarm, OS_SetVAlarmTag, OS_CancelAllVAlarms

Revision History

2004/02/24 Initial version.


CONFIDENTIAL