Searched refs:I2C_CR1_RXIE (Results 1 – 10 of 10) sorted by relevance
176 #define LL_I2C_CR1_RXIE I2C_CR1_RXIE /*!< RX Interrupt enable …1297 SET_BIT(I2Cx->CR1, I2C_CR1_RXIE); in LL_I2C_EnableIT_RX()1308 CLEAR_BIT(I2Cx->CR1, I2C_CR1_RXIE); in LL_I2C_DisableIT_RX()1319 return (READ_BIT(I2Cx->CR1, I2C_CR1_RXIE) == (I2C_CR1_RXIE)); in LL_I2C_IsEnabledIT_RX()
326 #define SMBUS_IT_RXI I2C_CR1_RXIE
356 #define I2C_IT_RXI I2C_CR1_RXIE
176 #define LL_I2C_CR1_RXIE I2C_CR1_RXIE /*!< RX Interrupt enable …1297 SET_BIT(I2Cx->CR1, I2C_CR1_RXIE); in LL_I2C_EnableIT_RX()1308 CLEAR_BIT(I2Cx->CR1, I2C_CR1_RXIE); in LL_I2C_DisableIT_RX()1319 return ((READ_BIT(I2Cx->CR1, I2C_CR1_RXIE) == (I2C_CR1_RXIE)) ? 1UL : 0UL); in LL_I2C_IsEnabledIT_RX()
370 #define SMBUS_IT_RXI I2C_CR1_RXIE
415 #define I2C_IT_RXI I2C_CR1_RXIE
2820 #define I2C_CR1_RXIE I2C_CR1_RXIE_Msk /*!< RX interrupt en… macro
3078 #define I2C_CR1_RXIE I2C_CR1_RXIE_Msk /*!< RX interrupt en… macro
3100 #define I2C_CR1_RXIE I2C_CR1_RXIE_Msk /*!< RX interrupt en… macro
9235 #define I2C_CR1_RXIE I2C_CR1_RXIE_Msk /*!< RX interrupt en… macro