Programmable interrupt controller: Difference between revisions

Content deleted Content added
m Reverted edits by 59.92.137.173 (talk) to last version by Egil
Line 8:
Interrupt may be edge triggered or level triggered.
 
There are a number of common ways of acknowledgeing an interrupt has completed when an EOI is issued. These include specifying which interrupt completed, using an implied interrupt which has completed (usually the highest priority pending in the ISR), and treating interrupt acknowledgement as the EOI. THE END
 
== Well-known PICs ==