Home
last modified time | relevance | path

Searched refs:SYSCFG_I2CFastModePlus (Results 1 – 7 of 7) sorted by relevance

/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_syscfg.c136 void SYSCFG_I2CFastModePlusConfig(uint32_t SYSCFG_I2CFastModePlus, FunctionalState NewState) in SYSCFG_I2CFastModePlusConfig() argument
139 assert_param(IS_SYSCFG_I2C_FMP(SYSCFG_I2CFastModePlus)); in SYSCFG_I2CFastModePlusConfig()
145 SYSCFG->CFGR1 |= (uint32_t)SYSCFG_I2CFastModePlus; in SYSCFG_I2CFastModePlusConfig()
150 SYSCFG->CFGR1 &= (uint32_t)(~SYSCFG_I2CFastModePlus); in SYSCFG_I2CFastModePlusConfig()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_syscfg.c170 void SYSCFG_I2CFastModePlusConfig(uint32_t SYSCFG_I2CFastModePlus, FunctionalState NewState) in SYSCFG_I2CFastModePlusConfig() argument
173 assert_param(IS_SYSCFG_I2C_FMP(SYSCFG_I2CFastModePlus)); in SYSCFG_I2CFastModePlusConfig()
179 SYSCFG->CFGR1 |= (uint32_t)SYSCFG_I2CFastModePlus; in SYSCFG_I2CFastModePlusConfig()
184 SYSCFG->CFGR1 &= (uint32_t)(~SYSCFG_I2CFastModePlus); in SYSCFG_I2CFastModePlusConfig()
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_syscfg.h158 void SYSCFG_I2CFastModePlusConfig(uint32_t SYSCFG_I2CFastModePlus, FunctionalState NewState);
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_syscfg.h158 void SYSCFG_I2CFastModePlusConfig(uint32_t SYSCFG_I2CFastModePlus, FunctionalState NewState);
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_syscfg.h257 void SYSCFG_I2CFastModePlusConfig(uint32_t SYSCFG_I2CFastModePlus, FunctionalState NewState);
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_syscfg.h391 void SYSCFG_I2CFastModePlusConfig(uint32_t SYSCFG_I2CFastModePlus, FunctionalState NewState);
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/Legacy/
A Dstm32_hal_legacy.h1537 #define HAL_I2CFastModePlusConfig(SYSCFG_I2CFastModePlus, cmd) (((cmd\ argument
1538 …ENABLE)? HAL_I2CEx_EnableFastModePlus(SYSCFG_I2CFastModePlus): HAL_I2CEx_DisableFastModePlus(SYSCF…

Completed in 32 milliseconds