Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ rt_interrupt_context_pop
Function
rt_interrupt_context_pop
src/irq.c:80–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
void rt_interrupt_context_pop(void)
81
{
82
struct rt_cpu *this_cpu = rt_cpu_self();
83
rt_slist_pop(&this_cpu->irq_ctx_head);
84
}
85
86
void *rt_interrupt_context_get(void)
87
{
Callers
1
rt_hw_trap_irq
Function · 0.85
Calls
2
rt_slist_pop
Function · 0.85
rt_cpu_self
Function · 0.70
Tested by
no test coverage detected