Line 13:
Line 13:
| 0x10003000 + 4*n
| 0x10003000 + 4*n
| 2
| 2
−
|
+
| Boot9, Kernel9
|-
|-
| style="background: green" | Yes
| style="background: green" | Yes
Line 19:
Line 19:
| 0x10003002 + 4*n
| 0x10003002 + 4*n
| 2
| 2
−
|
+
| Boot9, Kernel9
|}
|}
== TIMER_VAL ==
== TIMER_VAL ==
−
Writing to REG_TMxVAL loads a starting value for one of the 4 timers, while reading it will show the current timer value.
+
Writing to TIMER_VAL loads a starting value for one of the 4 timers, while reading it will show the current timer value.
== TIMER_CNT ==
== TIMER_CNT ==
{| class="wikitable" border="1"
{| class="wikitable" border="1"
−
|+ REG_TMxCNT
+
! Bit
−
! BIT
+
! Description
−
! DESCRIPTION
|-
|-
−
| 0-1
+
| 1-0
| Prescaler select (0=F/1, 1=F/64, 2=F/256, 3=F/1024)
| Prescaler select (0=F/1, 1=F/64, 2=F/256, 3=F/1024)
|-
|-
Line 37:
Line 36:
| Count-up (0=Disabled, 1=Enabled)
| Count-up (0=Disabled, 1=Enabled)
|-
|-
−
| 3-5
+
| 5-3
| Not used
| Not used
|-
|-