gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for funcall:EndOfInt (0.00 seconds)
mtkernel_3
device/adc/sysdepend/rza2m/adc_rza2m.c - 4.7KB - 174 lines
42:         tk_wup_tsk(ll_devcb.wait_tskid);
43:         EndOfInt(intno);
44: }
device/ser/sysdepend/rza2m/ser_rza2m.c - 10.5KB - 342 lines
84: 
85:         EndOfInt(intno);
86: }
More results from ser_rza2m.c
kernel/sysdepend/cpu/core/armv7a/sys_timer.h - 2.8KB - 95 lines
63:         disint();      /* disint() in front of the EOI to prevent inadvertent interrupts. */
64:         EndOfInt(INTNO_SYSTICK);
65: }
lib/libtk/sysdepend/cpu/rza2m/ptimer_rza2m.c - 4.8KB - 179 lines
63: 
64:         EndOfInt(intno);
65: }