Searched refs:INT_TIMER0 (Results 1 – 3 of 3) sorted by relevance
52 rt_hw_interrupt_install(INT_TIMER0, rt_systick_handler, RT_NULL, "SysTick"); in rt_hw_timer_init()53 rt_hw_interrupt_umask(INT_TIMER0); in rt_hw_timer_init()
141 rt_hw_interrupt_install(INT_TIMER0, rt_timer_handler, RT_NULL); in rt_hw_board_init()142 rt_hw_interrupt_umask(INT_TIMER0); in rt_hw_board_init()
47 #define INT_TIMER0 29 macro
Completed in 857 milliseconds