Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ uart1_irq_post
Function
uart1_irq_post
bsp/bluetrum/libraries/hal_drivers/drv_common.c:27–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
rt_section(
".irq.uart"
)
27
void uart1_irq_post(void)
28
{
29
rt_uint8_t mq_msg = MSG_UART1_IRQ;
30
rt_mq_send(drv_mq, &mq_msg, 1);
31
}
32
33
rt_section(
".irq.uart"
)
34
void uart2_irq_post(void)
Callers
2
uart_isr
Function · 0.85
huart_timer_isr
Function · 0.85
Calls
1
rt_mq_send
Function · 0.85
Tested by
no test coverage detected