/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_i2c_ex.h | 157 #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/ |
D | stm32wb0x_hal_i2c_ex.c | 206 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/ |
D | stm32f7xx_hal_i2c_ex.c | 218 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/ |
D | stm32g4xx_hal_i2c_ex.h | 146 #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/ |
D | stm32wlxx_hal_i2c_ex.c | 315 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/ |
D | stm32mp1xx_hal_i2c_ex.c | 321 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/ |
D | stm32f0xx_hal_i2c_ex.c | 315 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/ |
D | stm32c0xx_hal_i2c_ex.c | 315 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/ |
D | stm32g0xx_hal_i2c_ex.c | 315 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/ |
D | stm32l0xx_hal_i2c_ex.c | 316 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/ |
D | stm32h7xx_hal_i2c_ex.c | 319 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/ |
D | stm32wbxx_hal_i2c_ex.c | 313 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/ |
D | stm32f3xx_hal_i2c_ex.c | 315 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/ |
D | stm32l4xx_hal_i2c_ex.c | 317 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/ |
D | stm32l5xx_hal_i2c_ex.c | 317 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/ |
D | stm32g4xx_hal_i2c_ex.c | 317 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/ |
D | stm32h5xx_hal_i2c_ex.h | 129 #define IS_I2C_FASTMODEPLUS(__CONFIG__) (((__CONFIG__) == (I2C_FASTMODEPLUS_ENABLE)) || \ macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_i2c_ex.h | 129 #define IS_I2C_FASTMODEPLUS(__CONFIG__) (((__CONFIG__) == (I2C_FASTMODEPLUS_ENABLE)) || \ macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_i2c_ex.h | 131 #define IS_I2C_FASTMODEPLUS(__CONFIG__) (((__CONFIG__) == (I2C_FASTMODEPLUS_ENABLE)) || \ macro
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_i2c_ex.h | 129 #define IS_I2C_FASTMODEPLUS(__CONFIG__) (((__CONFIG__) == (I2C_FASTMODEPLUS_ENABLE)) || \ macro
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_hal_i2c_ex.h | 128 #define IS_I2C_FASTMODEPLUS(__CONFIG__) ((((__CONFIG__) & (I2C_FASTMODEPLUS_PB6)) == I2C_FASTMODEP… macro
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_i2c_ex.h | 134 #define IS_I2C_FASTMODEPLUS(__CONFIG__) ((((__CONFIG__) & (I2C_FASTMODEPLUS_I2C1)) == I2C_FASTMODEP… macro
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_i2c_ex.h | 139 #define IS_I2C_FASTMODEPLUS(__CONFIG__) ((((__CONFIG__) & (I2C_FASTMODEPLUS_PB6)) == I2C_FASTMODEP… macro
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_i2c_ex.h | 135 #define IS_I2C_FASTMODEPLUS(__CONFIG__) ((((__CONFIG__) & (I2C_FASTMODEPLUS_PB6)) == I2C_FASTMODEP… macro
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_i2c_ex.h | 136 #define IS_I2C_FASTMODEPLUS(__CONFIG__) ((((__CONFIG__) & (I2C_FASTMODEPLUS_PB6)) == I2C_FASTMODEP… macro
|