TIMER_BASE 52 bsp/hal/arm/integrator/clock.c #define TMR_LOAD (*(volatile uint32_t *)(TIMER_BASE + 0x100)) TIMER_BASE 53 bsp/hal/arm/integrator/clock.c #define TMR_VAL (*(volatile uint32_t *)(TIMER_BASE + 0x104)) TIMER_BASE 54 bsp/hal/arm/integrator/clock.c #define TMR_CTRL (*(volatile uint32_t *)(TIMER_BASE + 0x108)) TIMER_BASE 55 bsp/hal/arm/integrator/clock.c #define TMR_CLR (*(volatile uint32_t *)(TIMER_BASE + 0x10c))