Search | Google it | Results 1 - 3 of 3 for funcall:disint from tkernel_2 (0.00 seconds) |
38: IMPORT UINT enaint( UINT intsts ); 39: #define DI(intsts) ( (intsts) = disint() ) 40: #define EI(intsts) ( enaint(intsts) )
29: */ 30: #define BEGIN_CRITICAL_SECTION { UINT _cpsr_ = disint(); 31: #define END_CRITICAL_SECTION if ( !isDI(_cpsr_) \
78: { 79: disint(); 80: tm_exit(0); /* Turn off power and exit */