gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:disint from tkernel_2/kernel/sysdepend/cpu/em1d/cpu_status.h (0.00 seconds)
tkernel_2
kernel/sysdepend/cpu/em1d/cpu_status.h - 4.3KB - 155 lines
29:  */
30: #define BEGIN_CRITICAL_SECTION  { UINT _cpsr_ = disint();
31: #define END_CRITICAL_SECTION    if ( !isDI(_cpsr_)                 \
41: */ 42: #define BEGIN_DISABLE_INTERRUPT { UINT _cpsr_ = disint(); 43: #define END_DISABLE_INTERRUPT enaint(_cpsr_); }
48: #define ENABLE_INTERRUPT { enaint(0); } 49: #define DISABLE_INTERRUPT { disint(); } 50: