Searched refs:I2C_CR1_STOPIE (Results 1 – 10 of 10) sorted by relevance
179 #define LL_I2C_CR1_STOPIE I2C_CR1_STOPIE /*!< STOP detection Interrupt e…1396 SET_BIT(I2Cx->CR1, I2C_CR1_STOPIE); in LL_I2C_EnableIT_STOP()1407 CLEAR_BIT(I2Cx->CR1, I2C_CR1_STOPIE); in LL_I2C_DisableIT_STOP()1418 return (READ_BIT(I2Cx->CR1, I2C_CR1_STOPIE) == (I2C_CR1_STOPIE)); in LL_I2C_IsEnabledIT_STOP()
323 #define SMBUS_IT_STOPI I2C_CR1_STOPIE
353 #define I2C_IT_STOPI I2C_CR1_STOPIE
179 #define LL_I2C_CR1_STOPIE I2C_CR1_STOPIE /*!< STOP detection Interrupt e…1396 SET_BIT(I2Cx->CR1, I2C_CR1_STOPIE); in LL_I2C_EnableIT_STOP()1407 CLEAR_BIT(I2Cx->CR1, I2C_CR1_STOPIE); in LL_I2C_DisableIT_STOP()1418 return ((READ_BIT(I2Cx->CR1, I2C_CR1_STOPIE) == (I2C_CR1_STOPIE)) ? 1UL : 0UL); in LL_I2C_IsEnabledIT_STOP()
367 #define SMBUS_IT_STOPI I2C_CR1_STOPIE
412 #define I2C_IT_STOPI I2C_CR1_STOPIE
2829 #define I2C_CR1_STOPIE I2C_CR1_STOPIE_Msk /*!< STOP detection … macro
3087 #define I2C_CR1_STOPIE I2C_CR1_STOPIE_Msk /*!< STOP detection … macro
3109 #define I2C_CR1_STOPIE I2C_CR1_STOPIE_Msk /*!< STOP detection … macro
9244 #define I2C_CR1_STOPIE I2C_CR1_STOPIE_Msk /*!< STOP detection … macro