Content deleted Content added
No edit summary |
mNo edit summary |
||
Line 1:
In [[computing]], an '''edge-triggered interrupt''' is a class of [[interrupt]]s 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.
Multiple devices typically cannot share an edge-triggered interrupt line. Because the generation of another interrupt will go unoticed, devices in such a configuration could go unserviced. The [[Industry Standard Architecture|ISA]] bus in particular is
Compare [[level triggered interrupt]].
|