ARM11 Interrupts: Difference between revisions
No edit summary |
|||
Line 1: | Line 1: | ||
== Interrupts == | == Interrupts == | ||
Interrupt priority is 0-0xF. A priority of 0xF means that the interrupt is | Interrupt priority is 0-0xF. A priority of 0xF means that the interrupt is disabled. | ||
= Private Interrupts = | = Private Interrupts = | ||
Line 313: | Line 313: | ||
| 0x4 | | 0x4 | ||
| u8 | | u8 | ||
| Interrupt will be | | Interrupt will be disabled by the IRQ handler as soon as it is acknowledged. | ||
Ignored for FIQ: the FIQ handler always sets bit2 of [[PDN_Registers#PDN_FIQ_CNT|PDN_FIQ_CNT]] | |||
|- | |- | ||
| 0x5 | | 0x5 | ||
| u8 | | u8 | ||
| Interrupt is | | Interrupt is disabled | ||
|- | |- | ||
| 0x6 | | 0x6 |