Go to the documentation of this file.
4 #define IIC_MODE_NONE 0
5 #define IIC_MODE_MASTER_WRITE 1
6 #define IIC_MODE_MASTER_READ 2
7 #define IIC_MODE_SLAVE_WRITE 3
8 #define IIC_MODE_SLAVE_READ 4
10 #define IIC_TX_FINISH 0x01
11 #define IIC_RX_FINISH 0x02
13 #define IICBUFSIZE 0x20