STM32L486xx HAL User Manual
Defines
SMBUS peripheral mode
SMBUS Exported Constants

Defines

#define SMBUS_PERIPHERAL_MODE_SMBUS_HOST   I2C_CR1_SMBHEN
#define SMBUS_PERIPHERAL_MODE_SMBUS_SLAVE   (0x00000000U)
#define SMBUS_PERIPHERAL_MODE_SMBUS_SLAVE_ARP   I2C_CR1_SMBDEN

Define Documentation

#define SMBUS_PERIPHERAL_MODE_SMBUS_HOST   I2C_CR1_SMBHEN

Definition at line 301 of file stm32l4xx_hal_smbus.h.

#define SMBUS_PERIPHERAL_MODE_SMBUS_SLAVE   (0x00000000U)

Definition at line 302 of file stm32l4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Init().

#define SMBUS_PERIPHERAL_MODE_SMBUS_SLAVE_ARP   I2C_CR1_SMBDEN

Definition at line 303 of file stm32l4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Init().