Level triggered interrupt: Difference between revisions

Content deleted Content added
mNo edit summary
rd after merging and embellishing the information
 
(One intermediate revision by one other user not shown)
Line 1:
#REDIRECT [[Interrupt]]
In [[computing]], a '''level-triggered interrupt''' is a class of [[interrupt]]s that can be triggerd on either the rising edge or falling edge of the [[interrupt request]] line. An assertion of the line changes it from low to high or high to low. This class of interrupts allows multiple devices to efficiently share the same interrupt line.
 
Compare [[edge triggered interrupt]].
 
 
{{compu-stub}}
 
[[Category:Interrupts]]