Macros | |
| #define | LL_I2C_CMD_SLV_NONE 0x00000000U |
| #define | LL_I2C_CMD_MST_WRITE 0x00000000U |
| #define | LL_I2C_CMD_MST_READ I2C_DATA_CMD_CMD |
| #define | LL_I2C_CMD_MST_GEN_STOP I2C_DATA_CMD_STOP |
| #define | LL_I2C_CMD_MST_GEN_RESTART I2C_DATA_CMD_RESTART |
| #define LL_I2C_CMD_MST_GEN_RESTART I2C_DATA_CMD_RESTART |
Master issue RESTART before this command.
| #define LL_I2C_CMD_MST_GEN_STOP I2C_DATA_CMD_STOP |
Master issue STOP after this command.
| #define LL_I2C_CMD_MST_READ I2C_DATA_CMD_CMD |
Master read command.
| #define LL_I2C_CMD_MST_WRITE 0x00000000U |
Master write command.
| #define LL_I2C_CMD_SLV_NONE 0x00000000U |
Slave No command.