Search | Google it | Results 1 - 1 of 1 for funcall:WaitUsec from tkernel_2/driver/tef_em1d/screen/src/em1d512.c (0.00 seconds) |
202: *PLL2CTRL1 = 0xff; 203: for (i = 0; i < 1000000 && (*PLL_STATUS & 0x0100); i++) WaitUsec(1); 204: 210: *PLL2CTRL1 = 0; 211: for (i = 0; i < 1000000 && !(*PLL_STATUS & 0x0100); i++) WaitUsec(1); 212: