Edge triggered interrupt

This is an old revision of this page, as edited by Jsmethers (talk | contribs) at 01:07, 11 January 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computing, an 'edge-triggered interrupt is a class of interrupts that are triggered only on the rising edge of the assertion of the interrupt request line. These types of interrupts can typically only identify the presence of an interrupt request. When another interrupt is generated an edge triggered interrupt will not be able to distinguish it since the line is already asserted. Compare level triggered interrupt.