Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ UART0_IRQHandler
Function
UART0_IRQHandler
bsp/CME_M7/drivers/uart.c:206–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
205
#ifdef RT_USING_UART0
206
void UART0_IRQHandler(void)
207
{
208
CME_UART_IRQHandler(&serial0);
209
}
210
#endif /* RT_USING_UART0 */
211
212
#ifdef RT_USING_UART2
Callers
nothing calls this directly
Calls
1
CME_UART_IRQHandler
Function · 0.85
Tested by
no test coverage detected