Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_i2c.h864 SET_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_EnableOwnAddress2()
875 CLEAR_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_DisableOwnAddress2()
886 return (READ_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN) == (I2C_OAR2_OA2EN)); in LL_I2C_IsEnabledOwnAddress2()
Dstm32l0xx_hal_smbus.h206 #define SMBUS_DUALADDRESS_ENABLE I2C_OAR2_OA2EN
Dstm32l0xx_hal_i2c.h268 #define I2C_DUALADDRESS_ENABLE I2C_OAR2_OA2EN
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_i2c.h864 SET_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_EnableOwnAddress2()
875 CLEAR_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_DisableOwnAddress2()
886 return ((READ_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN) == (I2C_OAR2_OA2EN)) ? 1UL : 0UL); in LL_I2C_IsEnabledOwnAddress2()
Dstm32l4xx_hal_smbus.h250 #define SMBUS_DUALADDRESS_ENABLE I2C_OAR2_OA2EN
Dstm32l4xx_hal_i2c.h327 #define I2C_DUALADDRESS_ENABLE I2C_OAR2_OA2EN
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h2950 #define I2C_OAR2_OA2EN I2C_OAR2_OA2EN_Msk /*!< Own address 2 e… macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h3230 #define I2C_OAR2_OA2EN I2C_OAR2_OA2EN_Msk /*!< Own address 2 e… macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h3208 #define I2C_OAR2_OA2EN I2C_OAR2_OA2EN_Msk /*!< Own address 2 e… macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h9368 #define I2C_OAR2_OA2EN I2C_OAR2_OA2EN_Msk /*!< Own address 2 e… macro