gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:wait_state from tkernel_2/driver/tef_em1d/clk/src/em1d512_iic.c (0.00 seconds)
tkernel_2
driver/tef_em1d/clk/src/em1d512_iic.c - 8.8KB - 338 lines
118:         /* wait for acquiring master status */
119:         er = wait_state(IIC_IICSE(ch), IICSE_MSTS, IICSE_MSTS);
120:         if (er < E_OK) {
154: /* wait for sending stop */ 155: er = wait_state(IIC_IICSE(ch), IICSE_SPD, IICSE_SPD); 156: if (er < E_OK) {
246: /* wait for bus free (since there is one master, the bus should be free, but just in case.) */ 247: wait_state(IIC_IICF(ch), IICF_IICBSY, 0); 248: