gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:Txx_RCR (0.00 seconds)
tkernel_2
monitor/hwdepend/tef_em1d/src/waitusec.c - 3.1KB - 112 lines
69:         out_w(Txx_OP(TI0), 0);                 // Timer stop, count clear
70:         while (in_w(Txx_RCR(TI0)));
71: 
77: 78: t0 = in_w(Txx_RCR(TI0)); 79: waitUsec(1000); 80: t1 = in_w(Txx_RCR(TI0)); 81: waitUsec(3000); 82: t2 = in_w(Txx_RCR(TI0)); 83: 84: out_w(Txx_OP(TI0),0); // Timer stop, count clear 85: while (in_w(Txx_RCR(TI0))); 86: