Home
last modified time | relevance | path

Searched refs:IS_I2C_FASTMODEPLUS (Results 1 – 25 of 64) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_i2c_ex.h157 #define IS_I2C_FASTMODEPLUS(__CONFIG__) ((((__CONFIG__) & I2C_FASTMODEPLUS_PB6) == I2C_FASTMODEPLU… macro
166 #define IS_I2C_FASTMODEPLUS(__CONFIG__) ((((__CONFIG__) & I2C_FASTMODEPLUS_PB6) == I2C_FASTMODEPLU… macro
174 #define IS_I2C_FASTMODEPLUS(__CONFIG__) ((((__CONFIG__) & I2C_FASTMODEPLUS_PB6) == I2C_FASTMODEPLU… macro
181 #define IS_I2C_FASTMODEPLUS(__CONFIG__) ((((__CONFIG__) & I2C_FASTMODEPLUS_PB6) == I2C_FASTMODEPLU… macro
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_i2c_ex.c206 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_EnableFastModePlus()
221 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_DisableFastModePlus()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_i2c_ex.c218 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_EnableFastModePlus()
247 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_DisableFastModePlus()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_i2c_ex.h146 #define IS_I2C_FASTMODEPLUS(__CONFIG__) ((((__CONFIG__) & I2C_FMP_NOT_SUPPORTED) != I2C_FMP_NOT_SUP… macro
156 #define IS_I2C_FASTMODEPLUS(__CONFIG__) ((((__CONFIG__) & I2C_FMP_NOT_SUPPORTED) != I2C_FMP_NOT_SUP… macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_i2c_ex.c315 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_EnableFastModePlus()
339 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_DisableFastModePlus()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_i2c_ex.c321 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_EnableFastModePlus()
354 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_DisableFastModePlus()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_i2c_ex.c315 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_EnableFastModePlus()
340 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_DisableFastModePlus()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_i2c_ex.c315 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_EnableFastModePlus()
340 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_DisableFastModePlus()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_i2c_ex.c315 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_EnableFastModePlus()
342 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_DisableFastModePlus()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_i2c_ex.c316 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_EnableFastModePlus()
343 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_DisableFastModePlus()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_i2c_ex.c319 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_EnableFastModePlus()
350 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_DisableFastModePlus()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_i2c_ex.c313 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_EnableFastModePlus()
335 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_DisableFastModePlus()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_i2c_ex.c315 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_EnableFastModePlus()
342 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_DisableFastModePlus()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_i2c_ex.c317 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_EnableFastModePlus()
346 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_DisableFastModePlus()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_i2c_ex.c317 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_EnableFastModePlus()
346 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_DisableFastModePlus()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_i2c_ex.c317 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_EnableFastModePlus()
346 assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus)); in HAL_I2CEx_DisableFastModePlus()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_i2c_ex.h129 #define IS_I2C_FASTMODEPLUS(__CONFIG__) (((__CONFIG__) == (I2C_FASTMODEPLUS_ENABLE)) || \ macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_i2c_ex.h129 #define IS_I2C_FASTMODEPLUS(__CONFIG__) (((__CONFIG__) == (I2C_FASTMODEPLUS_ENABLE)) || \ macro
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_i2c_ex.h131 #define IS_I2C_FASTMODEPLUS(__CONFIG__) (((__CONFIG__) == (I2C_FASTMODEPLUS_ENABLE)) || \ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_i2c_ex.h129 #define IS_I2C_FASTMODEPLUS(__CONFIG__) (((__CONFIG__) == (I2C_FASTMODEPLUS_ENABLE)) || \ macro
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_i2c_ex.h128 #define IS_I2C_FASTMODEPLUS(__CONFIG__) ((((__CONFIG__) & (I2C_FASTMODEPLUS_PB6)) == I2C_FASTMODEP… macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_i2c_ex.h134 #define IS_I2C_FASTMODEPLUS(__CONFIG__) ((((__CONFIG__) & (I2C_FASTMODEPLUS_I2C1)) == I2C_FASTMODEP… macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_i2c_ex.h139 #define IS_I2C_FASTMODEPLUS(__CONFIG__) ((((__CONFIG__) & (I2C_FASTMODEPLUS_PB6)) == I2C_FASTMODEP… macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_i2c_ex.h135 #define IS_I2C_FASTMODEPLUS(__CONFIG__) ((((__CONFIG__) & (I2C_FASTMODEPLUS_PB6)) == I2C_FASTMODEP… macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_i2c_ex.h136 #define IS_I2C_FASTMODEPLUS(__CONFIG__) ((((__CONFIG__) & (I2C_FASTMODEPLUS_PB6)) == I2C_FASTMODEP… macro

123