Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_i2c.h179 #define LL_I2C_CR1_STOPIE I2C_CR1_STOPIE /*!< STOP detection Interrupt e…
1396 SET_BIT(I2Cx->CR1, I2C_CR1_STOPIE); in LL_I2C_EnableIT_STOP()
1407 CLEAR_BIT(I2Cx->CR1, I2C_CR1_STOPIE); in LL_I2C_DisableIT_STOP()
1418 return (READ_BIT(I2Cx->CR1, I2C_CR1_STOPIE) == (I2C_CR1_STOPIE)); in LL_I2C_IsEnabledIT_STOP()
Dstm32l0xx_hal_smbus.h323 #define SMBUS_IT_STOPI I2C_CR1_STOPIE
Dstm32l0xx_hal_i2c.h353 #define I2C_IT_STOPI I2C_CR1_STOPIE
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_i2c.h179 #define LL_I2C_CR1_STOPIE I2C_CR1_STOPIE /*!< STOP detection Interrupt e…
1396 SET_BIT(I2Cx->CR1, I2C_CR1_STOPIE); in LL_I2C_EnableIT_STOP()
1407 CLEAR_BIT(I2Cx->CR1, I2C_CR1_STOPIE); in LL_I2C_DisableIT_STOP()
1418 return ((READ_BIT(I2Cx->CR1, I2C_CR1_STOPIE) == (I2C_CR1_STOPIE)) ? 1UL : 0UL); in LL_I2C_IsEnabledIT_STOP()
Dstm32l4xx_hal_smbus.h367 #define SMBUS_IT_STOPI I2C_CR1_STOPIE
Dstm32l4xx_hal_i2c.h412 #define I2C_IT_STOPI I2C_CR1_STOPIE
/loramac-node-2.7.6/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h2829 #define I2C_CR1_STOPIE I2C_CR1_STOPIE_Msk /*!< STOP detection … macro
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h3087 #define I2C_CR1_STOPIE I2C_CR1_STOPIE_Msk /*!< STOP detection … macro
/loramac-node-2.7.6/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h3109 #define I2C_CR1_STOPIE I2C_CR1_STOPIE_Msk /*!< STOP detection … macro
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h9244 #define I2C_CR1_STOPIE I2C_CR1_STOPIE_Msk /*!< STOP detection … macro