STM32L486xx 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 239 of file stm32l4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Init().

#define SMBUS_ADDRESSINGMODE_7BIT   (0x00000001U)

Definition at line 238 of file stm32l4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Init().