gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:disint from mtkernel_3/kernel/sysdepend/cpu/core/rxv2/cpu_status.h (0.00 seconds)
mtkernel_3
kernel/sysdepend/cpu/core/rxv2/cpu_status.h - 3.3KB - 119 lines
28:  */
29: #define BEGIN_CRITICAL_SECTION  { UINT _sr_ = disint();
30: #define END_CRITICAL_SECTION    if ( !isDI(_sr_)                   \
39: */ 40: #define BEGIN_DISABLE_INTERRUPT { UINT _sr_ = disint(); 41: #define END_DISABLE_INTERRUPT setint(_sr_); }
46: #define ENABLE_INTERRUPT { setint(0); } 47: #define DISABLE_INTERRUPT { disint(); } 48: