gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:setint (0.00 seconds)
mtkernel_3
include/tk/sysdepend/cpu/core/rxv2/syslib.h - 1.4KB - 51 lines
39: #define DI(intsts)              ( (intsts) = disint() )
40: #define EI(intsts)              ( setint(intsts) )
41: #define isDI(intsts)            ( (intsts) == INTLEVEL_DI )
kernel/sysdepend/cpu/core/rxv2/cpu_status.h - 3.3KB - 119 lines
35:                                 }                                   \
36:                                 setint(_sr_); }
37: /*
More results from cpu_status.h
lib/libtk/sysdepend/cpu/core/rxv2/int_rxv2.c - 4.4KB - 207 lines
69:         if(level >= INTLEVEL_EI && level <= INTLEVEL_DI) {
70:                 setint(level);
71:         }