Programmable interrupt controller: Difference between revisions

Content deleted Content added
No edit summary
Android Mouse (talk | contribs)
Common features: fix links
Line 6:
There are a number of common priority schemas in PICs including hard priorities, specific priorities, and rotating priorities.
 
Interrupts may be either [[interrupt#Edge -triggered interrupt|edge triggered]] or [[interrupt#Level triggered interrupt-trigerred|level triggered]].
 
There are a number of common ways of acknowledging 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.