Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
rt_section(
".irq.uart"
)
34
void 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
40
static void drv_thread_entry(void *parameter)
41
{
Callers
1
uart_isr
Function · 0.85
Calls
1
rt_mq_send
Function · 0.85
Tested by
no test coverage detected