Search | Google it | Results 1 - 1 of 1 for funcall:wait_state from tkernel_2/driver/tef_em1d/clk/src/em1d512_iic.c (0.00 seconds) |
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: