Home
last modified time | relevance | path

Searched refs:I2C_CR1_ALERTEN (Results 1 – 10 of 10) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_i2c.h1010 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()
Dstm32l0xx_hal_smbus.h572 … SMBUS_GET_ALERT_ENABLED(__HANDLE__) ((__HANDLE__)->Instance->CR1 & I2C_CR1_ALERTEN)
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_i2c.h1010 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()
Dstm32l4xx_hal_smbus.h624 … SMBUS_GET_ALERT_ENABLED(__HANDLE__) ((__HANDLE__)->Instance->CR1 & I2C_CR1_ALERTEN)
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_smbus.c1002 hsmbus->Instance->CR1 |= I2C_CR1_ALERTEN; in HAL_SMBUS_EnableAlert_IT()
1021 hsmbus->Instance->CR1 &= ~I2C_CR1_ALERTEN; in HAL_SMBUS_DisableAlert_IT()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_smbus.c1399 hsmbus->Instance->CR1 |= I2C_CR1_ALERTEN; in HAL_SMBUS_EnableAlert_IT()
1418 hsmbus->Instance->CR1 &= ~I2C_CR1_ALERTEN; in HAL_SMBUS_DisableAlert_IT()
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h2868 #define I2C_CR1_ALERTEN I2C_CR1_ALERTEN_Msk /*!< SMBus alert ena… macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h3148 #define I2C_CR1_ALERTEN I2C_CR1_ALERTEN_Msk /*!< SMBus alert ena… macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h3126 #define I2C_CR1_ALERTEN I2C_CR1_ALERTEN_Msk /*!< SMBus alert ena… macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h9286 #define I2C_CR1_ALERTEN I2C_CR1_ALERTEN_Msk /*!< SMBus alert ena… macro