Skip to content

Commit c01cd13

Browse files
Removed timer functions
1 parent fe9a9e4 commit c01cd13

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

CEdev/lib/src/ce/tice.asm

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,6 @@
2020
.def _boot_USBBusPowered
2121
.def _boot_USBSelfPowered
2222
.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
4523
.def _boot_CheckOnPressed
4624
.def _boot_RTCInitialize
4725
.def _boot_SetTime
@@ -154,28 +132,6 @@ _boot_DoNothing2 equ 0003DCh
154132
_boot_USBBusPowered equ 0003E4h
155133
_boot_USBSelfPowered equ 0003E8h
156134
_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
179135
_boot_CheckOnPressed equ 00057Ch
180136
_boot_RTCInitialize equ 000584h
181137
_boot_SetTime equ 0005B4h

0 commit comments

Comments
 (0)