MCPcopy 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
69void 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_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