gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:in_h from mtkernel_3/kernel/sysdepend/cpu/core/rxv2/sys_timer.h (0.00 seconds)
mtkernel_3
kernel/sysdepend/cpu/core/rxv2/sys_timer.h - 3.2KB - 109 lines
74:         out_h(CMT0_CR, 0);             /* Disable compare match interrupt */
75:         cmstr0 = in_h(CMT_STR0) & ~(CMT_STR0_STR0);
76:         out_h(CMT_STR0, cmstr0);       /* Stop timer count */
94: 95: max = in_h(CMT0_COR) + 1; /* Timer Count */ 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 */