Home
last modified time | relevance | path

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

/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_i2c.h730 SET_BIT(I2Cx->CR1, I2C_CR1_GCEN); in LL_I2C_EnableGeneralCall()
742 CLEAR_BIT(I2Cx->CR1, I2C_CR1_GCEN); in LL_I2C_DisableGeneralCall()
753 return (READ_BIT(I2Cx->CR1, I2C_CR1_GCEN) == (I2C_CR1_GCEN)); in LL_I2C_IsEnabledGeneralCall()
Dstm32l0xx_hal_smbus.h232 #define SMBUS_GENERALCALL_ENABLE I2C_CR1_GCEN
Dstm32l0xx_hal_i2c.h292 #define I2C_GENERALCALL_ENABLE I2C_CR1_GCEN
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_i2c.h730 SET_BIT(I2Cx->CR1, I2C_CR1_GCEN); in LL_I2C_EnableGeneralCall()
742 CLEAR_BIT(I2Cx->CR1, I2C_CR1_GCEN); in LL_I2C_DisableGeneralCall()
753 return ((READ_BIT(I2Cx->CR1, I2C_CR1_GCEN) == (I2C_CR1_GCEN)) ? 1UL : 0UL); in LL_I2C_IsEnabledGeneralCall()
Dstm32l4xx_hal_smbus.h276 #define SMBUS_GENERALCALL_ENABLE I2C_CR1_GCEN
Dstm32l4xx_hal_i2c.h351 #define I2C_GENERALCALL_ENABLE I2C_CR1_GCEN
/loramac-node-3.7.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h2859 #define I2C_CR1_GCEN I2C_CR1_GCEN_Msk /*!< General call en… macro
/loramac-node-3.7.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h3117 #define I2C_CR1_GCEN I2C_CR1_GCEN_Msk /*!< General call en… macro
/loramac-node-3.7.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h3139 #define I2C_CR1_GCEN I2C_CR1_GCEN_Msk /*!< General call en… macro
/loramac-node-3.7.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h9277 #define I2C_CR1_GCEN I2C_CR1_GCEN_Msk /*!< General call en… macro