/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_smbus_ex.c | 203 hsmbus->Instance->CR1 |= (I2C_CR1_FMP); in HAL_SMBUSEx_ConfigFastModePlus() 208 hsmbus->Instance->CR1 &= ~(I2C_CR1_FMP); in HAL_SMBUSEx_ConfigFastModePlus()
|
D | stm32n6xx_hal_i2c_ex.c | 322 hi2c->Instance->CR1 |= (I2C_CR1_FMP); in HAL_I2CEx_ConfigFastModePlus() 327 hi2c->Instance->CR1 &= ~(I2C_CR1_FMP); in HAL_I2CEx_ConfigFastModePlus()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_smbus_ex.c | 203 hsmbus->Instance->CR1 |= (I2C_CR1_FMP); in HAL_SMBUSEx_ConfigFastModePlus() 208 hsmbus->Instance->CR1 &= ~(I2C_CR1_FMP); in HAL_SMBUSEx_ConfigFastModePlus()
|
D | stm32h5xx_hal_i2c_ex.c | 322 hi2c->Instance->CR1 |= (I2C_CR1_FMP); in HAL_I2CEx_ConfigFastModePlus() 327 hi2c->Instance->CR1 &= ~(I2C_CR1_FMP); in HAL_I2CEx_ConfigFastModePlus()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_smbus_ex.c | 203 hsmbus->Instance->CR1 |= (I2C_CR1_FMP); in HAL_SMBUSEx_ConfigFastModePlus() 208 hsmbus->Instance->CR1 &= ~(I2C_CR1_FMP); in HAL_SMBUSEx_ConfigFastModePlus()
|
D | stm32h7rsxx_hal_i2c_ex.c | 322 hi2c->Instance->CR1 |= (I2C_CR1_FMP); in HAL_I2CEx_ConfigFastModePlus() 327 hi2c->Instance->CR1 &= ~(I2C_CR1_FMP); in HAL_I2CEx_ConfigFastModePlus()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_i2c.h | 700 SET_BIT(I2Cx->CR1, I2C_CR1_FMP); in LL_I2C_EnableFastModePlus() 712 CLEAR_BIT(I2Cx->CR1, I2C_CR1_FMP); in LL_I2C_DisableFastModePlus() 723 return ((READ_BIT(I2Cx->CR1, I2C_CR1_FMP) == (I2C_CR1_FMP)) ? 1UL : 0UL); in LL_I2C_IsEnabledFastModePlus()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_i2c_ex.c | 324 hi2c->Instance->CR1 |= (I2C_CR1_FMP); in HAL_I2CEx_ConfigFastModePlus() 329 hi2c->Instance->CR1 &= ~(I2C_CR1_FMP); in HAL_I2CEx_ConfigFastModePlus()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_smbus_ex.c | 209 hsmbus->Instance->CR1 |= (I2C_CR1_FMP); in HAL_SMBUSEx_ConfigFastModePlus() 214 hsmbus->Instance->CR1 &= ~(I2C_CR1_FMP); in HAL_SMBUSEx_ConfigFastModePlus()
|
D | stm32wbaxx_hal_i2c_ex.c | 328 hi2c->Instance->CR1 |= (I2C_CR1_FMP); in HAL_I2CEx_ConfigFastModePlus() 333 hi2c->Instance->CR1 &= ~(I2C_CR1_FMP); in HAL_I2CEx_ConfigFastModePlus()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_smbus_ex.c | 208 hsmbus->Instance->CR1 |= (I2C_CR1_FMP); in HAL_SMBUSEx_ConfigFastModePlus() 213 hsmbus->Instance->CR1 &= ~(I2C_CR1_FMP); in HAL_SMBUSEx_ConfigFastModePlus()
|
D | stm32u5xx_hal_i2c_ex.c | 328 hi2c->Instance->CR1 |= (I2C_CR1_FMP); in HAL_I2CEx_ConfigFastModePlus() 333 hi2c->Instance->CR1 &= ~(I2C_CR1_FMP); in HAL_I2CEx_ConfigFastModePlus()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_i2c.h | 789 SET_BIT(I2Cx->CR1, I2C_CR1_FMP); in LL_I2C_EnableFastModePlus() 801 CLEAR_BIT(I2Cx->CR1, I2C_CR1_FMP); in LL_I2C_DisableFastModePlus() 812 return ((READ_BIT(I2Cx->CR1, I2C_CR1_FMP) == (I2C_CR1_FMP)) ? 1UL : 0UL); in LL_I2C_IsEnabledFastModePlus()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_i2c.h | 781 SET_BIT(I2Cx->CR1, I2C_CR1_FMP); in LL_I2C_EnableFastModePlus() 793 CLEAR_BIT(I2Cx->CR1, I2C_CR1_FMP); in LL_I2C_DisableFastModePlus() 804 return ((READ_BIT(I2Cx->CR1, I2C_CR1_FMP) == (I2C_CR1_FMP)) ? 1UL : 0UL); in LL_I2C_IsEnabledFastModePlus()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_i2c.h | 789 SET_BIT(I2Cx->CR1, I2C_CR1_FMP); in LL_I2C_EnableFastModePlus() 801 CLEAR_BIT(I2Cx->CR1, I2C_CR1_FMP); in LL_I2C_DisableFastModePlus() 812 return ((READ_BIT(I2Cx->CR1, I2C_CR1_FMP) == (I2C_CR1_FMP)) ? 1UL : 0UL); in LL_I2C_IsEnabledFastModePlus()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_i2c.h | 860 SET_BIT(I2Cx->CR1, I2C_CR1_FMP); in LL_I2C_EnableFastModePlus() 872 CLEAR_BIT(I2Cx->CR1, I2C_CR1_FMP); in LL_I2C_DisableFastModePlus() 883 return ((READ_BIT(I2Cx->CR1, I2C_CR1_FMP) == (I2C_CR1_FMP)) ? 1UL : 0UL); in LL_I2C_IsEnabledFastModePlus()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_i2c.h | 872 SET_BIT(I2Cx->CR1, I2C_CR1_FMP); in LL_I2C_EnableFastModePlus() 884 CLEAR_BIT(I2Cx->CR1, I2C_CR1_FMP); in LL_I2C_DisableFastModePlus() 895 return ((READ_BIT(I2Cx->CR1, I2C_CR1_FMP) == (I2C_CR1_FMP)) ? 1UL : 0UL); in LL_I2C_IsEnabledFastModePlus()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 4255 #define I2C_CR1_FMP I2C_CR1_FMP_Msk /*!< Fast-mode … macro
|
D | stm32wba52xx.h | 7856 #define I2C_CR1_FMP I2C_CR1_FMP_Msk /*!< Fast-mode … macro
|
D | stm32wba54xx.h | 8090 #define I2C_CR1_FMP I2C_CR1_FMP_Msk /*!< Fast-mode … macro
|
D | stm32wba5mxx.h | 8090 #define I2C_CR1_FMP I2C_CR1_FMP_Msk /*!< Fast-mode … macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 4042 #define I2C_CR1_FMP I2C_CR1_FMP_Msk /*!< Fast-mode Pl… macro
|
D | stm32u083xx.h | 4581 #define I2C_CR1_FMP I2C_CR1_FMP_Msk /*!< Fast-mode Pl… macro
|
D | stm32u073xx.h | 4323 #define I2C_CR1_FMP I2C_CR1_FMP_Msk /*!< Fast-mode Pl… macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 11564 #define I2C_CR1_FMP I2C_CR1_FMP_Msk /*!< Fast-mode Pl… macro
|