TIMER Registers: Difference between revisions
m moved TIMER to TIMER Registers |
|||
Line 1: | Line 1: | ||
There are 3 timers. | |||
= Registers = | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
! | ! Old3DS | ||
! | ! Name | ||
! | ! Address | ||
! Width | |||
! Used by | |||
|- | |- | ||
| | | style="background: green" | Yes | ||
| 0x10003000 | | TIMER_VAL(n) | ||
| 0x10003000 + 4*n | |||
| 2 | | 2 | ||
| | |||
|- | |- | ||
| | | style="background: green" | Yes | ||
| | | TIMER_CNT(n) | ||
| | | 0x10003002 + 4*n | ||
| | |||
| 2 | | 2 | ||
| | |||
|} | |} | ||