STM32F479xx HAL User Manual
|
Defines | |
#define | LL_I2C_OWNADDRESS1_7BIT 0x00004000U |
#define | LL_I2C_OWNADDRESS1_10BIT (uint32_t)(I2C_OAR1_ADDMODE | 0x00004000U) |
#define LL_I2C_OWNADDRESS1_10BIT (uint32_t)(I2C_OAR1_ADDMODE | 0x00004000U) |
Own address 1 is a 10-bit address.
Definition at line 182 of file stm32f4xx_ll_i2c.h.
#define LL_I2C_OWNADDRESS1_7BIT 0x00004000U |
Own address 1 is a 7-bit address.
Definition at line 181 of file stm32f4xx_ll_i2c.h.
Referenced by LL_I2C_StructInit().