STM32F479xx HAL User Manual
Defines
SMBUS addressing mode
SMBUS Exported Constants

Defines

#define SMBUS_ADDRESSINGMODE_7BIT   0x00004000U
#define SMBUS_ADDRESSINGMODE_10BIT   (I2C_OAR1_ADDMODE | 0x00004000U)

Define Documentation

#define SMBUS_ADDRESSINGMODE_10BIT   (I2C_OAR1_ADDMODE | 0x00004000U)

Definition at line 269 of file stm32f4xx_hal_smbus.h.

Referenced by SMBUS_Master_ADDR().

#define SMBUS_ADDRESSINGMODE_7BIT   0x00004000U

Definition at line 268 of file stm32f4xx_hal_smbus.h.

Referenced by SMBUS_Master_SB().