Searched refs:I2C_CR1_ALERTEN (Results 1 – 10 of 10) sorted by relevance
1010 SET_BIT(I2Cx->CR1, I2C_CR1_ALERTEN); in LL_I2C_EnableSMBusAlert()1028 CLEAR_BIT(I2Cx->CR1, I2C_CR1_ALERTEN); in LL_I2C_DisableSMBusAlert()1041 return (READ_BIT(I2Cx->CR1, I2C_CR1_ALERTEN) == (I2C_CR1_ALERTEN)); in LL_I2C_IsEnabledSMBusAlert()
572 … SMBUS_GET_ALERT_ENABLED(__HANDLE__) ((__HANDLE__)->Instance->CR1 & I2C_CR1_ALERTEN)
1010 SET_BIT(I2Cx->CR1, I2C_CR1_ALERTEN); in LL_I2C_EnableSMBusAlert()1028 CLEAR_BIT(I2Cx->CR1, I2C_CR1_ALERTEN); in LL_I2C_DisableSMBusAlert()1041 return ((READ_BIT(I2Cx->CR1, I2C_CR1_ALERTEN) == (I2C_CR1_ALERTEN)) ? 1UL : 0UL); in LL_I2C_IsEnabledSMBusAlert()
624 … SMBUS_GET_ALERT_ENABLED(__HANDLE__) ((__HANDLE__)->Instance->CR1 & I2C_CR1_ALERTEN)
1002 hsmbus->Instance->CR1 |= I2C_CR1_ALERTEN; in HAL_SMBUS_EnableAlert_IT()1021 hsmbus->Instance->CR1 &= ~I2C_CR1_ALERTEN; in HAL_SMBUS_DisableAlert_IT()
1399 hsmbus->Instance->CR1 |= I2C_CR1_ALERTEN; in HAL_SMBUS_EnableAlert_IT()1418 hsmbus->Instance->CR1 &= ~I2C_CR1_ALERTEN; in HAL_SMBUS_DisableAlert_IT()
2868 #define I2C_CR1_ALERTEN I2C_CR1_ALERTEN_Msk /*!< SMBus alert ena… macro
3148 #define I2C_CR1_ALERTEN I2C_CR1_ALERTEN_Msk /*!< SMBus alert ena… macro
3126 #define I2C_CR1_ALERTEN I2C_CR1_ALERTEN_Msk /*!< SMBus alert ena… macro
9286 #define I2C_CR1_ALERTEN I2C_CR1_ALERTEN_Msk /*!< SMBus alert ena… macro