Search | Google it | Results 1 - 1 of 1 for funcall:in_w from tkernel_2/monitor/hwdepend/tef_em1d/src/waitusec.c (0.00 seconds) |
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: