Home
last modified time | relevance | path

Searched refs:IS_FMPI2C_FASTMODEPLUS (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c_ex.c212 assert_param(IS_FMPI2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_FMPI2CEx_EnableFastModePlus()
235 assert_param(IS_FMPI2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_FMPI2CEx_DisableFastModePlus()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c_ex.h122 #define IS_FMPI2C_FASTMODEPLUS(__CONFIG__) ((((__CONFIG__) & (FMPI2C_FASTMODEPLUS_SCL)) == FMPI2C_F… macro