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

Function uart2_irq_post

bsp/bluetrum/libraries/hal_drivers/drv_common.c:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33rt_section(".irq.uart")
34void uart2_irq_post(void)
35{
36 rt_uint8_t mq_msg = MSG_UART2_IRQ;
37 rt_mq_send(drv_mq, &mq_msg, 1);
38}
39
40static void drv_thread_entry(void *parameter)
41{

Callers 1

uart_isrFunction · 0.85

Calls 1

rt_mq_sendFunction · 0.85

Tested by

no test coverage detected