IRQ Registers: Difference between revisions

m moved IRQ to IRQ Registers
No edit summary
Line 1: Line 1:
== Registers ==
= Registers =
{| class="wikitable" border="1"
{| class="wikitable" border="1"
NAME
Old3DS
PHYSICAL ADDRESS
Name
WIDTH
Address
!  Width
|-
|-
| REG_IE
| style="background: green" | Yes
| [[#IRQ_IE|IRQ_IE]]
| 0x10001000
| 0x10001000
| 4
| 4
|-
|-
| REG_IF
| 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
|-
|-