Searched refs:timer_irq_handler (Results 1 – 1 of 1) sorted by relevance
97 void timer_irq_handler(uint32_t mcause);228 isr_table[0x7] = timer_irq_handler; in system_init()232 rt_hw_interrupt_install(0x7, timer_irq_handler, RT_NULL, "timerirq"); in system_init()279 void timer_irq_handler(uint32_t mcause) in timer_irq_handler() function
Completed in 4 milliseconds