Home
last modified time | relevance | path

Searched refs:I2C_CR1_ALERT (Results 1 – 25 of 69) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_i2c.h816 SET_BIT(I2Cx->CR1, I2C_CR1_ALERT); in LL_I2C_EnableSMBusAlert()
834 CLEAR_BIT(I2Cx->CR1, I2C_CR1_ALERT); in LL_I2C_DisableSMBusAlert()
847 return (READ_BIT(I2Cx->CR1, I2C_CR1_ALERT) == (I2C_CR1_ALERT)); in LL_I2C_IsEnabledSMBusAlert()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_i2c.h816 SET_BIT(I2Cx->CR1, I2C_CR1_ALERT); in LL_I2C_EnableSMBusAlert()
834 CLEAR_BIT(I2Cx->CR1, I2C_CR1_ALERT); in LL_I2C_DisableSMBusAlert()
847 return (READ_BIT(I2Cx->CR1, I2C_CR1_ALERT) == (I2C_CR1_ALERT)); in LL_I2C_IsEnabledSMBusAlert()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_i2c.h816 SET_BIT(I2Cx->CR1, I2C_CR1_ALERT); in LL_I2C_EnableSMBusAlert()
834 CLEAR_BIT(I2Cx->CR1, I2C_CR1_ALERT); in LL_I2C_DisableSMBusAlert()
847 return (READ_BIT(I2Cx->CR1, I2C_CR1_ALERT) == (I2C_CR1_ALERT)); in LL_I2C_IsEnabledSMBusAlert()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_i2c.h924 SET_BIT(I2Cx->CR1, I2C_CR1_ALERT); in LL_I2C_EnableSMBusAlert()
942 CLEAR_BIT(I2Cx->CR1, I2C_CR1_ALERT); in LL_I2C_DisableSMBusAlert()
955 return (READ_BIT(I2Cx->CR1, I2C_CR1_ALERT) == (I2C_CR1_ALERT)); in LL_I2C_IsEnabledSMBusAlert()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_smbus.c1366 SET_BIT(hsmbus->Instance->CR1, I2C_CR1_ALERT); in HAL_SMBUS_EnableAlert_IT()
1385 CLEAR_BIT(hsmbus->Instance->CR1, I2C_CR1_ALERT); in HAL_SMBUS_DisableAlert_IT()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_smbus.c1366 SET_BIT(hsmbus->Instance->CR1, I2C_CR1_ALERT); in HAL_SMBUS_EnableAlert_IT()
1385 CLEAR_BIT(hsmbus->Instance->CR1, I2C_CR1_ALERT); in HAL_SMBUS_DisableAlert_IT()
/hal_stm32-latest/stm32cube/stm32f1xx/soc/
Dstm32f101x6.h4471 #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!< SMBus Alert */ macro
Dstm32f101xb.h4533 #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!< SMBus Alert */ macro
Dstm32f100xb.h4935 #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!< SMBus Alert */ macro
Dstm32f102x6.h5590 #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!< SMBus Alert */ macro
Dstm32f100xe.h5449 #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!< SMBus Alert */ macro
Dstm32f101xg.h5582 #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!< SMBus Alert */ macro
Dstm32f101xe.h5508 #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!< SMBus Alert */ macro
Dstm32f102xb.h5644 #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!< SMBus Alert */ macro
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h3645 #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!<SMBus Alert … macro
Dstm32f410rx.h3645 #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!<SMBus Alert … macro
Dstm32f410tx.h3635 #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!<SMBus Alert … macro
/hal_stm32-latest/stm32cube/stm32l1xx/soc/
Dstm32l152xb.h3432 #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!< SMBus Alert */ macro
Dstm32l152xba.h3426 #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!< SMBus Alert */ macro
Dstm32l100xba.h3420 #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!< SMBus Alert */ macro
Dstm32l100xb.h3414 #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!< SMBus Alert */ macro
Dstm32l151xb.h3415 #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!< SMBus Alert */ macro
Dstm32l151xba.h3424 #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!< SMBus Alert */ macro
Dstm32l100xc.h3522 #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!< SMBus Alert */ macro
Dstm32l151xc.h3691 #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!< SMBus Alert */ macro

123