Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ uart0_irq_post
Function
uart0_irq_post
bsp/bluetrum/libraries/hal_drivers/drv_common.c:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
rt_section(
".irq.uart"
)
20
void uart0_irq_post(void)
21
{
22
rt_uint8_t mq_msg = MSG_UART0_IRQ;
23
rt_mq_send(drv_mq, &mq_msg, 1);
24
}
25
26
rt_section(
".irq.uart"
)
27
void uart1_irq_post(void)
Callers
1
uart_isr
Function · 0.85
Calls
1
rt_mq_send
Function · 0.85
Tested by
no test coverage detected