Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ uart2_irq_process
Function
uart2_irq_process
bsp/bluetrum/libraries/hal_drivers/drv_usart.c:230–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
229
#ifdef BSP_USING_UART2
230
void uart2_irq_process(void)
231
{
232
rt_hw_serial_isr(&(uart_obj[UART2_INDEX].serial), RT_SERIAL_EVENT_RX_IND);
233
}
234
#endif
235
236
rt_section(
".irq.usart"
)
Callers
1
drv_thread_entry
Function · 0.85
Calls
1
rt_hw_serial_isr
Function · 0.50
Tested by
no test coverage detected