Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ rt_hw_interrupt_enable
Function
rt_hw_interrupt_enable
libcpu/mips/common/exception.c:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void rt_hw_interrupt_enable(rt_base_t level)
70
{
71
write_c0_status(level);
72
}
73
74
/**
75
* exception handle table
Callers
5
rt_hw_mmu_map_init
Function · 0.50
rt_hw_mmu_map
Function · 0.50
rt_hw_mmu_map_auto
Function · 0.50
rt_hw_mmu_unmap
Function · 0.50
rt_hw_mmu_v2p
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected