Go to the source code of this file.
Macro Definition Documentation
#define IIC_MODE_MASTER_READ 2 |
Definition at line 6 of file iic.h.
#define IIC_MODE_MASTER_WRITE 1 |
Definition at line 5 of file iic.h.
Definition at line 4 of file iic.h.
#define IIC_MODE_SLAVE_READ 4 |
Definition at line 8 of file iic.h.
#define IIC_MODE_SLAVE_WRITE 3 |
Definition at line 7 of file iic.h.
#define IIC_RX_FINISH 0x02 |
Definition at line 11 of file iic.h.
#define IIC_TX_FINISH 0x01 |
Definition at line 10 of file iic.h.
Definition at line 13 of file iic.h.
Function Documentation
void F_IicEnable |
( |
INT8U |
Enable | ) |
|
Definition at line 33 of file iic.c.
INT8U F_IicInUseCheck |
( |
void |
| ) |
|
INT8U F_IicStatusCheck |
( |
void |
| ) |
|
Definition at line 68 of file iic.c.
Variable Documentation
Definition at line 18 of file iic.c.