| 89 | INIT_BOARD_EXPORT(rt_hw_timer_init); |
| 90 | |
| 91 | static void AssertCallback(const char *File, s32 Line) |
| 92 | { |
| 93 | Ft_printf("Assert Error is %s : %d \r\n", File, Line); |
| 94 | } |
| 95 | |
| 96 | #ifdef RT_USING_SMP |
| 97 | void rt_hw_ipi_handler_install(int ipi_vector, rt_isr_handler_t ipi_isr_handler); |
nothing calls this directly
no test coverage detected