Home
last modified time | relevance | path

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

/bsp/core-v-mcu/Libraries/core_v_hal_libraries/bmsis/core-v-mcu/source/
A Dcore-v-mcu.c99 extern void fc_soc_event_handler1(uint32_t mcause);
229 isr_table[0xb] = (void (*)(uint32_t))fc_soc_event_handler1; // 11 for cv32 in system_init()
233 rt_hw_interrupt_install(0xb, fc_soc_event_handler1, RT_NULL, "eventirq"); in system_init()
/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/source/
A Dhal_fc_event.c91 void fc_soc_event_handler1 (uint32_t mcause) in fc_soc_event_handler1() function

Completed in 4 milliseconds