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

Function UART2_IRQHandler

bsp/CME_M7/drivers/uart.c:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211
212#ifdef RT_USING_UART2
213void UART2_IRQHandler(void)
214{
215 CME_UART_IRQHandler(&serial2);
216}
217#endif /* RT_USING_UART2 */

Callers

nothing calls this directly

Calls 1

CME_UART_IRQHandlerFunction · 0.85

Tested by

no test coverage detected