Search | Google it | Results 1 - 1 of 1 for funcall:IIC_IICF from tkernel_2/driver/tef_em1d/clk/src/em1d512_iic.c (0.00 seconds) |
241: out_w(IIC_IICCL(ch), IICCL_SMC | IICCL_DFC); // high-speed mode + filter 242: out_w(IIC_IICF(ch), IICF_STCEN | IICF_IICRSV); // force transmission 243: out_w(IIC_IICC(ch), IICC_IICE | IICC_WTIM); // IIC operation, 9 bits mode 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: