Searched refs:ipi_isr_handler (Results 1 – 1 of 1) sorted by relevance
74 void rt_hw_ipi_handler_install(int ipi_vector, rt_isr_handler_t ipi_isr_handler) in rt_hw_ipi_handler_install() argument77 rt_hw_interrupt_install(ipi_vector, ipi_isr_handler, 0, "IPI_HANDLER"); in rt_hw_ipi_handler_install()
Completed in 4 milliseconds