Search | Google it | Results 1 - 1 of 1 for funcall:setint from mtkernel_3/kernel/sysdepend/cpu/core/rxv2/cpu_status.h (0.00 seconds) |
35: } \ 36: setint(_sr_); } 37: /* 40: #define BEGIN_DISABLE_INTERRUPT { UINT _sr_ = disint(); 41: #define END_DISABLE_INTERRUPT setint(_sr_); } 42: 45: */ 46: #define ENABLE_INTERRUPT { setint(0); } 47: #define DISABLE_INTERRUPT { disint(); } 52: */ 53: #define ENABLE_INTERRUPT_UPTO(level) { setint(level); } 54: