Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_i2c.h181 #define LL_I2C_CR1_ERRIE I2C_CR1_ERRIE /*!< Error interrupts enable …
1477 SET_BIT(I2Cx->CR1, I2C_CR1_ERRIE); in LL_I2C_EnableIT_ERR()
1497 CLEAR_BIT(I2Cx->CR1, I2C_CR1_ERRIE); in LL_I2C_DisableIT_ERR()
1508 return (READ_BIT(I2Cx->CR1, I2C_CR1_ERRIE) == (I2C_CR1_ERRIE)); in LL_I2C_IsEnabledIT_ERR()
Dstm32l0xx_hal_smbus.h321 #define SMBUS_IT_ERRI I2C_CR1_ERRIE
Dstm32l0xx_hal_i2c.h351 #define I2C_IT_ERRI I2C_CR1_ERRIE
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_i2c.h181 #define LL_I2C_CR1_ERRIE I2C_CR1_ERRIE /*!< Error interrupts enable …
1477 SET_BIT(I2Cx->CR1, I2C_CR1_ERRIE); in LL_I2C_EnableIT_ERR()
1497 CLEAR_BIT(I2Cx->CR1, I2C_CR1_ERRIE); in LL_I2C_DisableIT_ERR()
1508 return ((READ_BIT(I2Cx->CR1, I2C_CR1_ERRIE) == (I2C_CR1_ERRIE)) ? 1UL : 0UL); in LL_I2C_IsEnabledIT_ERR()
Dstm32l4xx_hal_smbus.h365 #define SMBUS_IT_ERRI I2C_CR1_ERRIE
Dstm32l4xx_hal_i2c.h410 #define I2C_IT_ERRI I2C_CR1_ERRIE
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h2835 #define I2C_CR1_ERRIE I2C_CR1_ERRIE_Msk /*!< Errors interrup… macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h3115 #define I2C_CR1_ERRIE I2C_CR1_ERRIE_Msk /*!< Errors interrup… macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h3093 #define I2C_CR1_ERRIE I2C_CR1_ERRIE_Msk /*!< Errors interrup… macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h9250 #define I2C_CR1_ERRIE I2C_CR1_ERRIE_Msk /*!< Errors interrup… macro