Start And Stop Generation

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
 

Detailed Description

Macro Definition Documentation

◆ LL_I2C_CMD_MST_GEN_RESTART

#define LL_I2C_CMD_MST_GEN_RESTART   I2C_DATA_CMD_RESTART

Master issue RESTART before this command.

◆ LL_I2C_CMD_MST_GEN_STOP

#define LL_I2C_CMD_MST_GEN_STOP   I2C_DATA_CMD_STOP

Master issue STOP after this command.

◆ LL_I2C_CMD_MST_READ

#define LL_I2C_CMD_MST_READ   I2C_DATA_CMD_CMD

Master read command.

◆ LL_I2C_CMD_MST_WRITE

#define LL_I2C_CMD_MST_WRITE   0x00000000U

Master write command.

◆ LL_I2C_CMD_SLV_NONE

#define LL_I2C_CMD_SLV_NONE   0x00000000U

Slave No command.