Searched refs:I2C_CR1_ALERT (Results 1 – 5 of 5) sorted by relevance
833 SET_BIT(I2Cx->CR1, I2C_CR1_ALERT); in LL_I2C_EnableSMBusAlert()851 CLEAR_BIT(I2Cx->CR1, I2C_CR1_ALERT); in LL_I2C_DisableSMBusAlert()864 return (READ_BIT(I2Cx->CR1, I2C_CR1_ALERT) == (I2C_CR1_ALERT)); in LL_I2C_IsEnabledSMBusAlert()
3424 #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!< SMBus Alert */ macro
3701 #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!< SMBus Alert */ macro
3771 #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!< SMBus Alert */ macro