Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ mips_unmask_cpu_irq
Function
mips_unmask_cpu_irq
libcpu/mips/common/exception.c:207–210 ·
view source on GitHub ↗
Unmask means enable the interrupt */
Source
from the content-addressed store, hash-verified
205
206
/* Unmask means enable the interrupt */
207
void mips_unmask_cpu_irq(rt_uint32_t irq)
208
{
209
set_c0_status(1 << (STATUSB_IP0 + irq));
210
}
211
212
/*@}*/
Callers
6
rt_hw_interrupt_umask
Function · 0.85
rt_hw_timer_init
Function · 0.85
rt_hw_interrupt_install
Function · 0.85
rt_hw_timer_init
Function · 0.85
rt_hw_interrupt_init
Function · 0.85
rt_hw_timer_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected