Search | Google it | Results 1 - 1 of 1 for funcall:IIC_IICF from tkernel_2/monitor/hwdepend/tef_em1d/src/config.c (0.00 seconds) |
263: out_w(IIC_IICCL(IIC2), IICCL_SMC | IICCL_DFC); // fast mode + filter 264: out_w(IIC_IICF(IIC2), IICF_STCEN | IICF_IICRSV);// forcibly start transmission 265: out_w(IIC_IICC(IIC2), IICC_IICE | IICC_WTIM); // IIC mode, 9bit mode 268: /* wait for bus to become available (since there is only one master, the bus is supposed to be unoccupied) */ 269: er = wait_state(IIC_IICF(IIC2), IICF_IICBSY, 0); 270: