#include <nitro/os.h>
void OS_SetAlarmTag( OSAlarm* alarm, u32 tag );
alarm | Pointer to the alarm structure that sets the tag |
tag | The tag that is set |
None.
Sets an alarm tag These alarm tags are used by OS_CancelAlarms()
to cancel all of the alarms belonging to a specified tag group.
Users cannot use the tag value "0" because it is reserved by the system.
02/04/2004 Initial Version