Home
last modified time | relevance | path

Searched refs:timer_irq_handler (Results 1 – 1 of 1) sorted by relevance

/bsp/core-v-mcu/Libraries/core_v_hal_libraries/bmsis/core-v-mcu/source/
A Dcore-v-mcu.c97 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