gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:waitUsec from tkernel_2/monitor/hwdepend/tef_em1d/src/waitusec.c (0.00 seconds)
tkernel_2
monitor/hwdepend/tef_em1d/src/waitusec.c - 3.1KB - 112 lines
50: {
51:         while (msec-- > 0) waitUsec(1000);
52: 
75: delay64us = 64; 76: waitUsec(1000); // wait for a while until things settle down 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));