#include <nitro/os.h>
void OS_SetVAlarmTag( OSVAlarm* alarm, u32 tag );
alarm | Pointer to the V-Count alarm structure for which a tag is being set. |
tag | The tag that is set. |
None.
This function sets a tag for V-Count alarms. This is used when you use OS_CancelVAlarms()
to cancel V-Count alarms belonging to a specified tag group.
Users cannot use the tag value "0" because it is reserved by the system.
OS_InitVAlarm, OS_CancelVAlarms
2004/02/24 Initial version.
CONFIDENTIAL