#include <nitro/os.h>
void OS_CancelAlarms( u32 tag );
tag | The group tag value of the alarms to cancel |
None.
This cancels alarms that have the specified tag value tag
. The alarm that is going to be canceled does not make a distinction between the one-shot alarm and the periodical alarm. Users cannot use the tag value "0" because it is reserved by the system.
OS_InitAlarm, OS_CancelAlarm,
OS_SetAlarmTag, OS_CancelAllAlarms
2004/02/04 Initial version.
CONFIDENTIAL