MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_hw_interrupt_disable

Function rt_hw_interrupt_disable

libcpu/mips/common/exception.c:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 };
61
62rt_base_t rt_hw_interrupt_disable(void)
63{
64 register rt_base_t status = read_c0_status();
65 clear_c0_status(ST0_IE);
66 return status;
67}
68
69void rt_hw_interrupt_enable(rt_base_t level)
70{

Callers 5

rt_hw_mmu_map_initFunction · 0.50
rt_hw_mmu_mapFunction · 0.50
rt_hw_mmu_map_autoFunction · 0.50
rt_hw_mmu_unmapFunction · 0.50
rt_hw_mmu_v2pFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected