|
20 | 20 | .def _boot_USBBusPowered
|
21 | 21 | .def _boot_USBSelfPowered
|
22 | 22 | .def _boot_ResetTimer3
|
23 |
| - .def _boot_SetTimersControlRegister |
24 |
| - .def _boot_GetTimersControlRegister |
25 |
| - .def _boot_SetTimersInterruptStatus |
26 |
| - .def _boot_GetTimersInterruptStatus |
27 |
| - .def _boot_SetTimersInterruptMask |
28 |
| - .def _boot_GetTimersInterruptMask |
29 |
| - .def _boot_SetTimer1Counter |
30 |
| - .def _boot_GetTimer1Counter |
31 |
| - .def _boot_SetTimer1ReloadValue |
32 |
| - .def _boot_GetTimer1ReloadValue |
33 |
| - .def _boot_SetTimer1MatchValue1 |
34 |
| - .def _boot_GetTimer1MatchValue1 |
35 |
| - .def _boot_SetTimer1MatchValue2 |
36 |
| - .def _boot_GetTimer1MatchValue2 |
37 |
| - .def _boot_SetTimer2Counter |
38 |
| - .def _boot_GetTimer2Counter |
39 |
| - .def _boot_SetTimer2ReloadValue |
40 |
| - .def _boot_GetTimer2ReloadValue |
41 |
| - .def _boot_SetTimer2MatchValue1 |
42 |
| - .def _boot_GetTimer2MatchValue1 |
43 |
| - .def _boot_SetTimer2MatchValue2 |
44 |
| - .def _boot_GetTimer2MatchValue2 |
45 | 23 | .def _boot_CheckOnPressed
|
46 | 24 | .def _boot_RTCInitialize
|
47 | 25 | .def _boot_SetTime
|
@@ -154,28 +132,6 @@ _boot_DoNothing2 equ 0003DCh
|
154 | 132 | _boot_USBBusPowered equ 0003E4h
|
155 | 133 | _boot_USBSelfPowered equ 0003E8h
|
156 | 134 | _boot_ResetTimer3 equ 0004F8h
|
157 |
| -_boot_SetTimersControlRegister equ 000520h |
158 |
| -_boot_GetTimersControlRegister equ 000524h |
159 |
| -_boot_SetTimersInterruptStatus equ 000528h |
160 |
| -_boot_GetTimersInterruptStatus equ 00052Ch |
161 |
| -_boot_SetTimersInterruptMask equ 000530h |
162 |
| -_boot_GetTimersInterruptMask equ 000534h |
163 |
| -_boot_SetTimer1Counter equ 000538h |
164 |
| -_boot_GetTimer1Counter equ 00053Ch |
165 |
| -_boot_SetTimer1ReloadValue equ 000540h |
166 |
| -_boot_GetTimer1ReloadValue equ 000544h |
167 |
| -_boot_SetTimer1MatchValue1 equ 000548h |
168 |
| -_boot_GetTimer1MatchValue1 equ 00054Ch |
169 |
| -_boot_SetTimer1MatchValue2 equ 000550h |
170 |
| -_boot_GetTimer1MatchValue2 equ 000554h |
171 |
| -_boot_SetTimer2Counter equ 000558h |
172 |
| -_boot_GetTimer2Counter equ 00055Ch |
173 |
| -_boot_SetTimer2ReloadValue equ 000560h |
174 |
| -_boot_GetTimer2ReloadValue equ 000564h |
175 |
| -_boot_SetTimer2MatchValue1 equ 000568h |
176 |
| -_boot_GetTimer2MatchValue1 equ 00056Ch |
177 |
| -_boot_SetTimer2MatchValue2 equ 000570h |
178 |
| -_boot_GetTimer2MatchValue2 equ 000574h |
179 | 135 | _boot_CheckOnPressed equ 00057Ch
|
180 | 136 | _boot_RTCInitialize equ 000584h
|
181 | 137 | _boot_SetTime equ 0005B4h
|
|
0 commit comments