TIMER Registers: Difference between revisions

Line 1: Line 1:
== Registers ==
There are 3 timers.
 
= Registers =
{| class="wikitable" border="1"
{| class="wikitable" border="1"
NAME
Old3DS
PHYSICAL ADDRESS
Name
WIDTH
Address
!  Width
!  Used by
|-
|-
| REG_TM0VAL
| style="background: green" | Yes
| 0x10003000
| TIMER_VAL(n)
| 0x10003000 + 4*n
| 2
| 2
|
|-
|-
| REG_TM0CNT
| style="background: green" | Yes
| 0x10003002
| TIMER_CNT(n)
| 2
| 0x10003002 + 4*n
|-
| REG_TM1VAL
| 0x10003004
| 2
|-
| REG_TM1CNT
| 0x10003006
| 2
|-
| REG_TM2VAL
| 0x10003008
| 2
|-
| REG_TM2CNT
| 0x1000300A
| 2
|-
| REG_TM3VAL
| 0x1000300C
| 2
|-
| REG_TM3CNT
| 0x1000300E
| 2
| 2
|
|}
|}