/hal_stm32-3.7.0/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_i2c.h | 1518 SET_BIT(I2Cx->CR1, I2C_CR1_SWRST); in LL_I2C_EnableReset() 1529 CLEAR_BIT(I2Cx->CR1, I2C_CR1_SWRST); in LL_I2C_DisableReset() 1540 return (READ_BIT(I2Cx->CR1, I2C_CR1_SWRST) == (I2C_CR1_SWRST)); in LL_I2C_IsResetEnabled()
|
/hal_stm32-3.7.0/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_i2c.h | 1518 SET_BIT(I2Cx->CR1, I2C_CR1_SWRST); in LL_I2C_EnableReset() 1529 CLEAR_BIT(I2Cx->CR1, I2C_CR1_SWRST); in LL_I2C_DisableReset() 1540 return (READ_BIT(I2Cx->CR1, I2C_CR1_SWRST) == (I2C_CR1_SWRST)); in LL_I2C_IsResetEnabled()
|
/hal_stm32-3.7.0/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_i2c.h | 1518 SET_BIT(I2Cx->CR1, I2C_CR1_SWRST); in LL_I2C_EnableReset() 1529 CLEAR_BIT(I2Cx->CR1, I2C_CR1_SWRST); in LL_I2C_DisableReset() 1540 return (READ_BIT(I2Cx->CR1, I2C_CR1_SWRST) == (I2C_CR1_SWRST)); in LL_I2C_IsResetEnabled()
|
/hal_stm32-3.7.0/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_i2c.h | 1626 SET_BIT(I2Cx->CR1, I2C_CR1_SWRST); in LL_I2C_EnableReset() 1637 CLEAR_BIT(I2Cx->CR1, I2C_CR1_SWRST); in LL_I2C_DisableReset() 1648 return (READ_BIT(I2Cx->CR1, I2C_CR1_SWRST) == (I2C_CR1_SWRST)); in LL_I2C_IsResetEnabled()
|
/hal_stm32-3.7.0/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_i2c.c | 522 hi2c->Instance->CR1 |= I2C_CR1_SWRST; in HAL_I2C_Init() 523 hi2c->Instance->CR1 &= ~I2C_CR1_SWRST; in HAL_I2C_Init() 5068 SET_BIT(hi2c->Instance->CR1, I2C_CR1_SWRST); in HAL_I2C_ER_IRQHandler()
|
/hal_stm32-3.7.0/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_i2c.c | 504 hi2c->Instance->CR1 |= I2C_CR1_SWRST; in HAL_I2C_Init() 505 hi2c->Instance->CR1 &= ~I2C_CR1_SWRST; in HAL_I2C_Init()
|
/hal_stm32-3.7.0/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_i2c.c | 504 hi2c->Instance->CR1 |= I2C_CR1_SWRST; in HAL_I2C_Init() 505 hi2c->Instance->CR1 &= ~I2C_CR1_SWRST; in HAL_I2C_Init()
|
/hal_stm32-3.7.0/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_i2c.c | 504 hi2c->Instance->CR1 |= I2C_CR1_SWRST; in HAL_I2C_Init() 505 hi2c->Instance->CR1 &= ~I2C_CR1_SWRST; in HAL_I2C_Init()
|
/hal_stm32-3.7.0/stm32cube/stm32f1xx/soc/ |
D | stm32f101x6.h | 4474 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software Reset … macro
|
D | stm32f101xb.h | 4536 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software Reset … macro
|
D | stm32f102x6.h | 5593 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software Reset … macro
|
D | stm32f100xb.h | 4938 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software Reset … macro
|
D | stm32f101xe.h | 5511 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software Reset … macro
|
D | stm32f101xg.h | 5585 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software Reset … macro
|
D | stm32f102xb.h | 5647 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software Reset … macro
|
D | stm32f100xe.h | 5452 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software Reset … macro
|
/hal_stm32-3.7.0/stm32cube/stm32f0xx/soc/ |
D | stm32f030x8.h | 2437 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software reset … macro
|
D | stm32f030x6.h | 2407 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software reset … macro
|
D | stm32f070x6.h | 2460 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software reset … macro
|
D | stm32f038xx.h | 2502 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software reset … macro
|
D | stm32f070xb.h | 2540 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software reset … macro
|
D | stm32f030xc.h | 2688 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software reset … macro
|
D | stm32f031x6.h | 2503 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software reset … macro
|
D | stm32f058xx.h | 2951 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software reset … macro
|
D | stm32f051x8.h | 2952 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software reset … macro
|