STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | SMBUS_PEC_DISABLE 0x00000000U |
#define | SMBUS_PEC_ENABLE I2C_CR1_ENPEC |
#define SMBUS_PEC_DISABLE 0x00000000U |
#include <stm32f4xx_hal_smbus.h>
Definition at line 303 of file stm32f4xx_hal_smbus.h.
#define SMBUS_PEC_ENABLE I2C_CR1_ENPEC |
#include <stm32f4xx_hal_smbus.h>
Definition at line 304 of file stm32f4xx_hal_smbus.h.
Referenced by SMBUS_MasterTransmit_TXE(), SMBUS_SlaveReceive_RXNE(), SMBUS_SlaveTransmit_BTF(), and SMBUS_SlaveTransmit_TXE().