Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_i2c.h180 #define LL_I2C_CR1_TCIE I2C_CR1_TCIE /*!< Transfer Complete interrup…
1432 SET_BIT(I2Cx->CR1, I2C_CR1_TCIE); in LL_I2C_EnableIT_TC()
1446 CLEAR_BIT(I2Cx->CR1, I2C_CR1_TCIE); in LL_I2C_DisableIT_TC()
1457 return (READ_BIT(I2Cx->CR1, I2C_CR1_TCIE) == (I2C_CR1_TCIE)); in LL_I2C_IsEnabledIT_TC()
Dstm32l0xx_hal_smbus.h322 #define SMBUS_IT_TCI I2C_CR1_TCIE
Dstm32l0xx_hal_i2c.h352 #define I2C_IT_TCI I2C_CR1_TCIE
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_i2c.h180 #define LL_I2C_CR1_TCIE I2C_CR1_TCIE /*!< Transfer Complete interrup…
1432 SET_BIT(I2Cx->CR1, I2C_CR1_TCIE); in LL_I2C_EnableIT_TC()
1446 CLEAR_BIT(I2Cx->CR1, I2C_CR1_TCIE); in LL_I2C_DisableIT_TC()
1457 return ((READ_BIT(I2Cx->CR1, I2C_CR1_TCIE) == (I2C_CR1_TCIE)) ? 1UL : 0UL); in LL_I2C_IsEnabledIT_TC()
Dstm32l4xx_hal_smbus.h366 #define SMBUS_IT_TCI I2C_CR1_TCIE
Dstm32l4xx_hal_i2c.h411 #define I2C_IT_TCI I2C_CR1_TCIE
/loramac-node-3.6.0-3.5.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h2832 #define I2C_CR1_TCIE I2C_CR1_TCIE_Msk /*!< Transfer comple… macro
/loramac-node-3.6.0-3.5.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h3090 #define I2C_CR1_TCIE I2C_CR1_TCIE_Msk /*!< Transfer comple… macro
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h3112 #define I2C_CR1_TCIE I2C_CR1_TCIE_Msk /*!< Transfer comple… macro
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h9247 #define I2C_CR1_TCIE I2C_CR1_TCIE_Msk /*!< Transfer comple… macro