IRQ Registers: Difference between revisions
m moved IRQ to IRQ Registers |
No edit summary |
||
Line 1: | Line 1: | ||
= Registers = | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
! | ! Old3DS | ||
! | ! Name | ||
! | ! Address | ||
! Width | |||
|- | |- | ||
| | | style="background: green" | Yes | ||
| [[#IRQ_IE|IRQ_IE]] | |||
| 0x10001000 | | 0x10001000 | ||
| 4 | | 4 | ||
|- | |- | ||
| | | style="background: green" | Yes | ||
| [[#IRQ_IF|IRQ_IF]] | |||
| 0x10001004 | | 0x10001004 | ||
| 4 | | 4 | ||
|} | |} | ||
==IRQ_IE== | |||
Bitfield with enabled interrupts. See below for the IRQ<->bit mapping. | |||
==IRQ_IF== | |||
Bitfield with pending interrupts. See below for the IRQ<->bit mapping. | |||
== Interrupts == | == Interrupts == | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
! IRQ | ! IRQ bit | ||
! Description | ! Description | ||
|- | |- |