STM32L486xx HAL User Manual
Defines
SMBUS packet error check mode
SMBUS Exported Constants

Defines

#define SMBUS_PEC_DISABLE   (0x00000000U)
#define SMBUS_PEC_ENABLE   I2C_CR1_PECEN

Define Documentation

#define SMBUS_PEC_DISABLE   (0x00000000U)

Definition at line 292 of file stm32l4xx_hal_smbus.h.

#define SMBUS_PEC_ENABLE   I2C_CR1_PECEN

Definition at line 293 of file stm32l4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Init().