Home
last modified time | relevance | path

Searched refs:I2C_CR1_FMP (Results 1 – 25 of 51) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_smbus_ex.c203 hsmbus->Instance->CR1 |= (I2C_CR1_FMP); in HAL_SMBUSEx_ConfigFastModePlus()
208 hsmbus->Instance->CR1 &= ~(I2C_CR1_FMP); in HAL_SMBUSEx_ConfigFastModePlus()
Dstm32n6xx_hal_i2c_ex.c322 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/
Dstm32h5xx_hal_smbus_ex.c203 hsmbus->Instance->CR1 |= (I2C_CR1_FMP); in HAL_SMBUSEx_ConfigFastModePlus()
208 hsmbus->Instance->CR1 &= ~(I2C_CR1_FMP); in HAL_SMBUSEx_ConfigFastModePlus()
Dstm32h5xx_hal_i2c_ex.c322 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/
Dstm32h7rsxx_hal_smbus_ex.c203 hsmbus->Instance->CR1 |= (I2C_CR1_FMP); in HAL_SMBUSEx_ConfigFastModePlus()
208 hsmbus->Instance->CR1 &= ~(I2C_CR1_FMP); in HAL_SMBUSEx_ConfigFastModePlus()
Dstm32h7rsxx_hal_i2c_ex.c322 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/
Dstm32u0xx_ll_i2c.h700 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/
Dstm32u0xx_hal_i2c_ex.c324 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/
Dstm32wbaxx_hal_smbus_ex.c209 hsmbus->Instance->CR1 |= (I2C_CR1_FMP); in HAL_SMBUSEx_ConfigFastModePlus()
214 hsmbus->Instance->CR1 &= ~(I2C_CR1_FMP); in HAL_SMBUSEx_ConfigFastModePlus()
Dstm32wbaxx_hal_i2c_ex.c328 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/
Dstm32u5xx_hal_smbus_ex.c208 hsmbus->Instance->CR1 |= (I2C_CR1_FMP); in HAL_SMBUSEx_ConfigFastModePlus()
213 hsmbus->Instance->CR1 &= ~(I2C_CR1_FMP); in HAL_SMBUSEx_ConfigFastModePlus()
Dstm32u5xx_hal_i2c_ex.c328 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/
Dstm32h5xx_ll_i2c.h789 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/
Dstm32h7rsxx_ll_i2c.h781 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/
Dstm32n6xx_ll_i2c.h789 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/
Dstm32u5xx_ll_i2c.h860 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/
Dstm32wbaxx_ll_i2c.h872 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/
Dstm32wba50xx.h4255 #define I2C_CR1_FMP I2C_CR1_FMP_Msk /*!< Fast-mode … macro
Dstm32wba52xx.h7856 #define I2C_CR1_FMP I2C_CR1_FMP_Msk /*!< Fast-mode … macro
Dstm32wba54xx.h8090 #define I2C_CR1_FMP I2C_CR1_FMP_Msk /*!< Fast-mode … macro
Dstm32wba5mxx.h8090 #define I2C_CR1_FMP I2C_CR1_FMP_Msk /*!< Fast-mode … macro
/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u031xx.h4042 #define I2C_CR1_FMP I2C_CR1_FMP_Msk /*!< Fast-mode Pl… macro
Dstm32u083xx.h4581 #define I2C_CR1_FMP I2C_CR1_FMP_Msk /*!< Fast-mode Pl… macro
Dstm32u073xx.h4323 #define I2C_CR1_FMP I2C_CR1_FMP_Msk /*!< Fast-mode Pl… macro
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h11564 #define I2C_CR1_FMP I2C_CR1_FMP_Msk /*!< Fast-mode Pl… macro

123