STM32G474xx HAL用户手册
定义
从机地址长度
I2C导出常量

定义

#define LL_I2C_ADDRSLAVE_7BIT   0x00000000U
#define LL_I2C_ADDRSLAVE_10BIT   I2C_CR2_ADD10

定义文档

#define LL_I2C_ADDRSLAVE_10BIT   I2C_CR2_ADD10

10位从机地址。

Definition at line 245 of file stm32g4xx_ll_i2c.h.

#define LL_I2C_ADDRSLAVE_7BIT   0x00000000U

7位从机地址。

Definition at line 244 of file stm32g4xx_ll_i2c.h.