MCPcopy 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
230void uart2_irq_process(void)
231{
232 rt_hw_serial_isr(&(uart_obj[UART2_INDEX].serial), RT_SERIAL_EVENT_RX_IND);
233}
234#endif
235
236rt_section(".irq.usart")

Callers 1

drv_thread_entryFunction · 0.85

Calls 1

rt_hw_serial_isrFunction · 0.50

Tested by

no test coverage detected