gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:disint from mtkernel_3/kernel/sysdepend/cpu/core/armv7a/cpu_status.h (0.00 seconds)
mtkernel_3
kernel/sysdepend/cpu/core/armv7a/cpu_status.h - 3.8KB - 139 lines
28:  */
29: #define BEGIN_CRITICAL_SECTION  { UINT _intsts_ = disint();
30: #define END_CRITICAL_SECTION    if ( !isDI(_intsts_)                       \
40: */ 41: #define BEGIN_DISABLE_INTERRUPT { UINT _intsts_ = disint(); 42: #define END_DISABLE_INTERRUPT enaint(_intsts_); }
47: #define ENABLE_INTERRUPT { enaint(0); } 48: #define DISABLE_INTERRUPT { disint(); } 49: