MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / ipi_handler

Function ipi_handler

bsp/raspberry-pi/raspi3-32/driver/board.c:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69extern void rt_hw_ipi_handler_install(int ipi_vector, rt_isr_handler_t ipi_isr_handler);
70
71void ipi_handler()
72{
73 rt_scheduler_ipi_handler(0,RT_NULL);
74}
75#endif
76
77void idle_wfi(void)

Callers

nothing calls this directly

Calls 1

rt_scheduler_ipi_handlerFunction · 0.85

Tested by

no test coverage detected