STM32LIB
Macros
SYSCFG_I2C_FastModePlus_Config

Macros

#define SYSCFG_I2CFastModePlus_PB6   SYSCFG_CFGR1_I2C_FMP_PB6 /* Enable Fast Mode Plus on PB6 */
 
#define SYSCFG_I2CFastModePlus_PB7   SYSCFG_CFGR1_I2C_FMP_PB7 /* Enable Fast Mode Plus on PB7 */
 
#define SYSCFG_I2CFastModePlus_PB8   SYSCFG_CFGR1_I2C_FMP_PB8 /* Enable Fast Mode Plus on PB8 */
 
#define SYSCFG_I2CFastModePlus_PB9   SYSCFG_CFGR1_I2C_FMP_PB9 /* Enable Fast Mode Plus on PB9 */
 
#define SYSCFG_I2CFastModePlus_I2C1   SYSCFG_CFGR1_I2C_FMP_I2C1 /* Enable Fast Mode Plus on PB10, PB11, PF6 and PF7(only for STM32F0031 and STM32F030 devices) */
 
#define SYSCFG_I2CFastModePlus_I2C2   SYSCFG_CFGR1_I2C_FMP_I2C2 /* Enable Fast Mode Plus on I2C2 pins, available only for STM32F072 devices */
 
#define SYSCFG_I2CFastModePlus_PA9   SYSCFG_CFGR1_I2C_FMP_PA9 /* Enable Fast Mode Plus on PA9 (only for STM32F031 and STM32F030 devices) */
 
#define SYSCFG_I2CFastModePlus_PA10   SYSCFG_CFGR1_I2C_FMP_PA10/* Enable Fast Mode Plus on PA10(only for STM32F031 and STM32F030 devices) */
 
#define IS_SYSCFG_I2C_FMP(PIN)
 

Detailed Description

Macro Definition Documentation

#define SYSCFG_I2CFastModePlus_PB6   SYSCFG_CFGR1_I2C_FMP_PB6 /* Enable Fast Mode Plus on PB6 */
#define SYSCFG_I2CFastModePlus_PB7   SYSCFG_CFGR1_I2C_FMP_PB7 /* Enable Fast Mode Plus on PB7 */
#define SYSCFG_I2CFastModePlus_PB8   SYSCFG_CFGR1_I2C_FMP_PB8 /* Enable Fast Mode Plus on PB8 */
#define SYSCFG_I2CFastModePlus_PB9   SYSCFG_CFGR1_I2C_FMP_PB9 /* Enable Fast Mode Plus on PB9 */
#define SYSCFG_I2CFastModePlus_I2C1   SYSCFG_CFGR1_I2C_FMP_I2C1 /* Enable Fast Mode Plus on PB10, PB11, PF6 and PF7(only for STM32F0031 and STM32F030 devices) */
#define SYSCFG_I2CFastModePlus_I2C2   SYSCFG_CFGR1_I2C_FMP_I2C2 /* Enable Fast Mode Plus on I2C2 pins, available only for STM32F072 devices */
#define SYSCFG_I2CFastModePlus_PA9   SYSCFG_CFGR1_I2C_FMP_PA9 /* Enable Fast Mode Plus on PA9 (only for STM32F031 and STM32F030 devices) */
#define SYSCFG_I2CFastModePlus_PA10   SYSCFG_CFGR1_I2C_FMP_PA10/* Enable Fast Mode Plus on PA10(only for STM32F031 and STM32F030 devices) */
#define IS_SYSCFG_I2C_FMP (   PIN)
Value:
#define SYSCFG_I2CFastModePlus_PB9
Definition: stm32f0xx_syscfg.h:182
#define SYSCFG_I2CFastModePlus_PB6
Definition: stm32f0xx_syscfg.h:179
#define SYSCFG_I2CFastModePlus_PA10
Definition: stm32f0xx_syscfg.h:186
#define SYSCFG_I2CFastModePlus_I2C2
Definition: stm32f0xx_syscfg.h:184
#define SYSCFG_I2CFastModePlus_PB7
Definition: stm32f0xx_syscfg.h:180
#define SYSCFG_I2CFastModePlus_PB8
Definition: stm32f0xx_syscfg.h:181
#define SYSCFG_I2CFastModePlus_PA9
Definition: stm32f0xx_syscfg.h:185
#define SYSCFG_I2CFastModePlus_I2C1
Definition: stm32f0xx_syscfg.h:183