gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:out_b from mtkernel_3/lib/libtk/sysdepend/cpu/rza2m/ptimer_rza2m.c (0.00 seconds)
mtkernel_3
lib/libtk/sysdepend/cpu/rza2m/ptimer_rza2m.c - 4.8KB - 179 lines
60:                 DisableInt( intno);
61:                 out_b( OSTMn_TT((intno==INTNO_OSTM1)?0:1), 1);        // Stop Pysical timer
62:         }
95: /* Timer initialization */ 96: out_b( OSTMn_TT(ptmrno), 1); // Stop timer. 97: out_w( OSTMn_CMP(ptmrno), limit); // Set the counter upper limit.
109: /* Set interval timer mode */ 110: out_b(OSTMn_CTL(ptmrno), 0); 111: 112: /* Start Physical Timer */ 113: out_b(OSTMn_TS(ptmrno), 1); 114:
126: DisableInt( intno_tbl[ptmrno]); 127: out_b( OSTMn_TT(ptmrno), 1); // Stop timer. 128: