Home
last modified time | relevance | path

Searched refs:I2C_CR1_SWRST (Results 1 – 25 of 206) sorted by relevance

123456789

/hal_stm32-3.7.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_i2c.h1518 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/
Dstm32f1xx_ll_i2c.h1518 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/
Dstm32l1xx_ll_i2c.h1518 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/
Dstm32f4xx_ll_i2c.h1626 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/
Dstm32f1xx_hal_i2c.c522 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/
Dstm32f2xx_hal_i2c.c504 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/
Dstm32f4xx_hal_i2c.c504 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/
Dstm32l1xx_hal_i2c.c504 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/
Dstm32f101x6.h4474 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software Reset … macro
Dstm32f101xb.h4536 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software Reset … macro
Dstm32f102x6.h5593 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software Reset … macro
Dstm32f100xb.h4938 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software Reset … macro
Dstm32f101xe.h5511 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software Reset … macro
Dstm32f101xg.h5585 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software Reset … macro
Dstm32f102xb.h5647 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software Reset … macro
Dstm32f100xe.h5452 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software Reset … macro
/hal_stm32-3.7.0/stm32cube/stm32f0xx/soc/
Dstm32f030x8.h2437 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software reset … macro
Dstm32f030x6.h2407 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software reset … macro
Dstm32f070x6.h2460 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software reset … macro
Dstm32f038xx.h2502 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software reset … macro
Dstm32f070xb.h2540 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software reset … macro
Dstm32f030xc.h2688 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software reset … macro
Dstm32f031x6.h2503 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software reset … macro
Dstm32f058xx.h2951 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software reset … macro
Dstm32f051x8.h2952 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software reset … macro

123456789