41 volatile uint32 esos_tick_count;
42 volatile uint8 sub_tick;
45 extern void __esos_tmrSvcsExecute(
void);
61 void _ISRFAST _T1Interrupt (
void) {
64 __esos_tmrSvcsExecute();
85 void __esos_hw_InitSystemTick(
void) {
94 T1CON = T1_IDLE_CON + T1_PS_1_64 + T1_SOURCE_INT;
96 PR1 = MS_TO_TICKS(1, 64);
120 uint32 __esos_hw_GetSystemTickCount(
void) {
121 return esos_tick_count;