STM32L486xx HAL User Manual
Defines
I2C Extended Fast Mode Plus
I2C Extended Exported Constants

Defines

#define I2C_FMP_NOT_SUPPORTED   0xAAAA0000U
#define I2C_FASTMODEPLUS_PB6   SYSCFG_CFGR1_I2C_PB6_FMP
#define I2C_FASTMODEPLUS_PB7   SYSCFG_CFGR1_I2C_PB7_FMP
#define I2C_FASTMODEPLUS_PB8   SYSCFG_CFGR1_I2C_PB8_FMP
#define I2C_FASTMODEPLUS_PB9   SYSCFG_CFGR1_I2C_PB9_FMP
#define I2C_FASTMODEPLUS_I2C1   SYSCFG_CFGR1_I2C1_FMP
#define I2C_FASTMODEPLUS_I2C2   SYSCFG_CFGR1_I2C2_FMP
#define I2C_FASTMODEPLUS_I2C3   SYSCFG_CFGR1_I2C3_FMP
#define I2C_FASTMODEPLUS_I2C4   (uint32_t)(0x00000800U | I2C_FMP_NOT_SUPPORTED)

Define Documentation

#define I2C_FASTMODEPLUS_I2C1   SYSCFG_CFGR1_I2C1_FMP

Enable Fast Mode Plus on I2C1 pins

Definition at line 84 of file stm32l4xx_hal_i2c_ex.h.

#define I2C_FASTMODEPLUS_I2C2   SYSCFG_CFGR1_I2C2_FMP

Enable Fast Mode Plus on I2C2 pins

Definition at line 86 of file stm32l4xx_hal_i2c_ex.h.

#define I2C_FASTMODEPLUS_I2C3   SYSCFG_CFGR1_I2C3_FMP

Enable Fast Mode Plus on I2C3 pins

Definition at line 90 of file stm32l4xx_hal_i2c_ex.h.

#define I2C_FASTMODEPLUS_I2C4   (uint32_t)(0x00000800U | I2C_FMP_NOT_SUPPORTED)

Fast Mode Plus I2C4 not supported

Definition at line 94 of file stm32l4xx_hal_i2c_ex.h.

#define I2C_FASTMODEPLUS_PB6   SYSCFG_CFGR1_I2C_PB6_FMP

Enable Fast Mode Plus on PB6

Definition at line 75 of file stm32l4xx_hal_i2c_ex.h.

#define I2C_FASTMODEPLUS_PB7   SYSCFG_CFGR1_I2C_PB7_FMP

Enable Fast Mode Plus on PB7

Definition at line 76 of file stm32l4xx_hal_i2c_ex.h.

#define I2C_FASTMODEPLUS_PB8   SYSCFG_CFGR1_I2C_PB8_FMP

Enable Fast Mode Plus on PB8

Definition at line 78 of file stm32l4xx_hal_i2c_ex.h.

#define I2C_FASTMODEPLUS_PB9   SYSCFG_CFGR1_I2C_PB9_FMP

Enable Fast Mode Plus on PB9

Definition at line 79 of file stm32l4xx_hal_i2c_ex.h.

#define I2C_FMP_NOT_SUPPORTED   0xAAAA0000U

Fast Mode Plus not supported

Definition at line 74 of file stm32l4xx_hal_i2c_ex.h.