STM32F0 Standard Peripheral bibliotheek  1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
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 IS_SYSCFG_I2C_FMP(PIN)
 

Detailed Description

Macro Definition Documentation

#define IS_SYSCFG_I2C_FMP (   PIN)
Value:
(((PIN) == SYSCFG_I2CFastModePlus_PB6) || \
((PIN) == SYSCFG_I2CFastModePlus_PB7) || \
((PIN) == SYSCFG_I2CFastModePlus_PB8) || \
((PIN) == SYSCFG_I2CFastModePlus_PB9))