Macros | |
#define | LL_I2C_CMD_SLV_NONE 0x00000000U |
Slave No command. More... | |
#define | LL_I2C_CMD_MST_WRITE 0x00000000U |
Master write command. More... | |
#define | LL_I2C_CMD_MST_READ I2C_DATA_CMD_CMD |
Master read command. More... | |
#define | LL_I2C_CMD_MST_GEN_STOP I2C_DATA_CMD_STOP |
Master issue STOP after this command. More... | |
#define | LL_I2C_CMD_MST_GEN_RESTART I2C_DATA_CMD_RESTART |
Master issue RESTART before this command. More... | |
#define LL_I2C_CMD_MST_GEN_RESTART I2C_DATA_CMD_RESTART |
#define LL_I2C_CMD_MST_GEN_STOP I2C_DATA_CMD_STOP |
#define LL_I2C_CMD_MST_READ I2C_DATA_CMD_CMD |
#define LL_I2C_CMD_MST_WRITE 0x00000000U |
Master write command.
Definition at line 185 of file gr55xx_ll_i2c.h.
#define LL_I2C_CMD_SLV_NONE 0x00000000U |
Slave No command.
Definition at line 184 of file gr55xx_ll_i2c.h.