STM32H735xx HAL User Manual
Defines
SMBUS Extended Fast Mode Plus
SMBUS Extended Exported Constants

Defines

#define SMBUS_FMP_NOT_SUPPORTED   0xAAAA0000U
#define SMBUS_FASTMODEPLUS_PB6   SYSCFG_PMCR_I2C_PB6_FMP
#define SMBUS_FASTMODEPLUS_PB7   SYSCFG_PMCR_I2C_PB7_FMP
#define SMBUS_FASTMODEPLUS_PB8   SYSCFG_PMCR_I2C_PB8_FMP
#define SMBUS_FASTMODEPLUS_PB9   SYSCFG_PMCR_I2C_PB9_FMP
#define SMBUS_FASTMODEPLUS_I2C1   SYSCFG_PMCR_I2C1_FMP
#define SMBUS_FASTMODEPLUS_I2C2   SYSCFG_PMCR_I2C2_FMP
#define SMBUS_FASTMODEPLUS_I2C3   SYSCFG_PMCR_I2C3_FMP
#define SMBUS_FASTMODEPLUS_I2C4   SYSCFG_PMCR_I2C4_FMP
#define SMBUS_FASTMODEPLUS_I2C5   SYSCFG_PMCR_I2C5_FMP

Define Documentation

#define SMBUS_FASTMODEPLUS_I2C1   SYSCFG_PMCR_I2C1_FMP

Enable Fast Mode Plus on I2C1 pins

Definition at line 52 of file stm32h7xx_hal_smbus_ex.h.

#define SMBUS_FASTMODEPLUS_I2C2   SYSCFG_PMCR_I2C2_FMP

Enable Fast Mode Plus on I2C2 pins

Definition at line 53 of file stm32h7xx_hal_smbus_ex.h.

#define SMBUS_FASTMODEPLUS_I2C3   SYSCFG_PMCR_I2C3_FMP

Enable Fast Mode Plus on I2C3 pins

Definition at line 54 of file stm32h7xx_hal_smbus_ex.h.

#define SMBUS_FASTMODEPLUS_I2C4   SYSCFG_PMCR_I2C4_FMP

Enable Fast Mode Plus on I2C4 pins

Definition at line 55 of file stm32h7xx_hal_smbus_ex.h.

#define SMBUS_FASTMODEPLUS_I2C5   SYSCFG_PMCR_I2C5_FMP

Enable Fast Mode Plus on I2C5 pins

Definition at line 57 of file stm32h7xx_hal_smbus_ex.h.

#define SMBUS_FASTMODEPLUS_PB6   SYSCFG_PMCR_I2C_PB6_FMP

Enable Fast Mode Plus on PB6

Definition at line 48 of file stm32h7xx_hal_smbus_ex.h.

#define SMBUS_FASTMODEPLUS_PB7   SYSCFG_PMCR_I2C_PB7_FMP

Enable Fast Mode Plus on PB7

Definition at line 49 of file stm32h7xx_hal_smbus_ex.h.

#define SMBUS_FASTMODEPLUS_PB8   SYSCFG_PMCR_I2C_PB8_FMP

Enable Fast Mode Plus on PB8

Definition at line 50 of file stm32h7xx_hal_smbus_ex.h.

#define SMBUS_FASTMODEPLUS_PB9   SYSCFG_PMCR_I2C_PB9_FMP

Enable Fast Mode Plus on PB9

Definition at line 51 of file stm32h7xx_hal_smbus_ex.h.

#define SMBUS_FMP_NOT_SUPPORTED   0xAAAA0000U

Fast Mode Plus not supported

Definition at line 47 of file stm32h7xx_hal_smbus_ex.h.