gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:CheckInt (0.01 seconds)
mtkernel_3
kernel/sysdepend/cpu/core/rxv2/sys_timer.h - 3.2KB - 109 lines
96:         do {
97:                 unf = CheckInt(INTNO_SYS_TICK);               /* Get Interrupt Status */
98:                 ofs = in_h(CMT0_CNT);                 /* Current Count */
99:         } while ( unf != CheckInt(INTNO_SYS_TICK));    /* Check Interrupt Status */
100:         if ( unf != 0 ) {