Home
last modified time | relevance | path

Searched refs:I2C_CR1_RXIE (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.h176 #define LL_I2C_CR1_RXIE I2C_CR1_RXIE /*!< RX Interrupt enable …
1297 SET_BIT(I2Cx->CR1, I2C_CR1_RXIE); in LL_I2C_EnableIT_RX()
1308 CLEAR_BIT(I2Cx->CR1, I2C_CR1_RXIE); in LL_I2C_DisableIT_RX()
1319 return (READ_BIT(I2Cx->CR1, I2C_CR1_RXIE) == (I2C_CR1_RXIE)); in LL_I2C_IsEnabledIT_RX()
Dstm32l0xx_hal_smbus.h326 #define SMBUS_IT_RXI I2C_CR1_RXIE
Dstm32l0xx_hal_i2c.h356 #define I2C_IT_RXI I2C_CR1_RXIE
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_i2c.h176 #define LL_I2C_CR1_RXIE I2C_CR1_RXIE /*!< RX Interrupt enable …
1297 SET_BIT(I2Cx->CR1, I2C_CR1_RXIE); in LL_I2C_EnableIT_RX()
1308 CLEAR_BIT(I2Cx->CR1, I2C_CR1_RXIE); in LL_I2C_DisableIT_RX()
1319 return ((READ_BIT(I2Cx->CR1, I2C_CR1_RXIE) == (I2C_CR1_RXIE)) ? 1UL : 0UL); in LL_I2C_IsEnabledIT_RX()
Dstm32l4xx_hal_smbus.h370 #define SMBUS_IT_RXI I2C_CR1_RXIE
Dstm32l4xx_hal_i2c.h415 #define I2C_IT_RXI I2C_CR1_RXIE
/loramac-node-3.6.0-3.5.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h2820 #define I2C_CR1_RXIE I2C_CR1_RXIE_Msk /*!< RX interrupt en… macro
/loramac-node-3.6.0-3.5.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h3078 #define I2C_CR1_RXIE I2C_CR1_RXIE_Msk /*!< RX interrupt en… macro
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h3100 #define I2C_CR1_RXIE I2C_CR1_RXIE_Msk /*!< RX interrupt en… macro
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h9235 #define I2C_CR1_RXIE I2C_CR1_RXIE_Msk /*!< RX interrupt en… macro