STM32L443xx 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_CFGR1_I2C_PB6_FMP
#define SMBUS_FASTMODEPLUS_PB7   SYSCFG_CFGR1_I2C_PB7_FMP
#define SMBUS_FASTMODEPLUS_PB8   SYSCFG_CFGR1_I2C_PB8_FMP
#define SMBUS_FASTMODEPLUS_PB9   SYSCFG_CFGR1_I2C_PB9_FMP
#define SMBUS_FASTMODEPLUS_I2C1   SYSCFG_CFGR1_I2C1_FMP
#define SMBUS_FASTMODEPLUS_I2C2   SYSCFG_CFGR1_I2C2_FMP
#define SMBUS_FASTMODEPLUS_I2C3   SYSCFG_CFGR1_I2C3_FMP
#define SMBUS_FASTMODEPLUS_I2C4   (uint32_t)(0x00000800U | SMBUS_FMP_NOT_SUPPORTED)

Define Documentation

#define SMBUS_FASTMODEPLUS_I2C1   SYSCFG_CFGR1_I2C1_FMP

Enable Fast Mode Plus on I2C1 pins

Definition at line 57 of file stm32l4xx_hal_smbus_ex.h.

#define SMBUS_FASTMODEPLUS_I2C2   SYSCFG_CFGR1_I2C2_FMP

Enable Fast Mode Plus on I2C2 pins

Definition at line 59 of file stm32l4xx_hal_smbus_ex.h.

#define SMBUS_FASTMODEPLUS_I2C3   SYSCFG_CFGR1_I2C3_FMP

Enable Fast Mode Plus on I2C3 pins

Definition at line 63 of file stm32l4xx_hal_smbus_ex.h.

#define SMBUS_FASTMODEPLUS_I2C4   (uint32_t)(0x00000800U | SMBUS_FMP_NOT_SUPPORTED)

Fast Mode Plus I2C4 not supported

Definition at line 67 of file stm32l4xx_hal_smbus_ex.h.

#define SMBUS_FASTMODEPLUS_PB6   SYSCFG_CFGR1_I2C_PB6_FMP

Enable Fast Mode Plus on PB6

Definition at line 48 of file stm32l4xx_hal_smbus_ex.h.

#define SMBUS_FASTMODEPLUS_PB7   SYSCFG_CFGR1_I2C_PB7_FMP

Enable Fast Mode Plus on PB7

Definition at line 49 of file stm32l4xx_hal_smbus_ex.h.

#define SMBUS_FASTMODEPLUS_PB8   SYSCFG_CFGR1_I2C_PB8_FMP

Enable Fast Mode Plus on PB8

Definition at line 51 of file stm32l4xx_hal_smbus_ex.h.

#define SMBUS_FASTMODEPLUS_PB9   SYSCFG_CFGR1_I2C_PB9_FMP

Enable Fast Mode Plus on PB9

Definition at line 52 of file stm32l4xx_hal_smbus_ex.h.

#define SMBUS_FMP_NOT_SUPPORTED   0xAAAA0000U

Fast Mode Plus not supported

Definition at line 47 of file stm32l4xx_hal_smbus_ex.h.