STM32H735xx HAL User Manual
Defines
SMBUS addressing mode
SMBUS Exported Constants

Defines

#define SMBUS_ADDRESSINGMODE_7BIT   (0x00000001U)
#define SMBUS_ADDRESSINGMODE_10BIT   (0x00000002U)

Define Documentation

#define SMBUS_ADDRESSINGMODE_10BIT   (0x00000002U)

Definition at line 240 of file stm32h7xx_hal_smbus.h.

Referenced by HAL_SMBUS_Init().

#define SMBUS_ADDRESSINGMODE_7BIT   (0x00000001U)

Definition at line 239 of file stm32h7xx_hal_smbus.h.

Referenced by HAL_SMBUS_Init().