NAME

reset_irq - Clear interrupt pending status associated with an interrupt.

SYNOPSIS

#include <charm.h>

Status reset_irq( int irq );

PARAMETERS

irq The irq being cleared.

DESCRIPTION

This function clears the irq pending flag associated with irq. After this call any time slice conditionally scheduled on this irq will not be run until the irq has been set by the hardware.

RETURN VALUES

Upon the successful completion, the ts_bind_irq() function returns [SUCCEED].

ERRORS

If the ts_bind_irq() function fails, a Status is returned that corresponds to one of the following values:

[INVALID_IRQ] occurs if an illegal irq is specified.

RELATED INFORMATION

ts_bind_irq().

Notes for Gurus

last updated: 11/2/99