/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_i2c.h | 568 MODIFY_REG(I2Cx->OAR2, I2C_OAR2_ADD2, OwnAddress2); in LL_I2C_SetOwnAddress2() 579 SET_BIT(I2Cx->OAR2, I2C_OAR2_ENDUAL); in LL_I2C_EnableOwnAddress2() 590 CLEAR_BIT(I2Cx->OAR2, I2C_OAR2_ENDUAL); in LL_I2C_DisableOwnAddress2() 601 return (READ_BIT(I2Cx->OAR2, I2C_OAR2_ENDUAL) == (I2C_OAR2_ENDUAL)); in LL_I2C_IsEnabledOwnAddress2()
|
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_i2c.h | 853 MODIFY_REG(I2Cx->OAR2, I2C_OAR2_OA2 | I2C_OAR2_OA2MSK, OwnAddress2 | OwnAddrMask); in LL_I2C_SetOwnAddress2() 864 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()
|
D | stm32l0xx_hal_i2c.h | 670 #define I2C_GET_OWN_ADDRESS2(__HANDLE__) ((__HANDLE__)->Instance->OAR2 & I2C_OAR2_OA2)
|
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_i2c.h | 853 MODIFY_REG(I2Cx->OAR2, I2C_OAR2_OA2 | I2C_OAR2_OA2MSK, OwnAddress2 | OwnAddrMask); in LL_I2C_SetOwnAddress2() 864 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()
|
D | stm32l4xx_hal_i2c.h | 757 #define I2C_GET_OWN_ADDRESS2(__HANDLE__) ((uint16_t)((__HANDLE__)->Instance->OAR2 & I2C_OA…
|
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_smbus.c | 305 …hsmbus->Instance->OAR2 = (hsmbus->Init.DualAddressMode | hsmbus->Init.OwnAddress2 | (hsmbus->Init.… in HAL_SMBUS_Init()
|
D | stm32l0xx_hal_i2c.c | 465 hi2c->Instance->OAR2 &= ~I2C_DUALADDRESS_ENABLE; in HAL_I2C_Init() 468 …hi2c->Instance->OAR2 = (hi2c->Init.DualAddressMode | hi2c->Init.OwnAddress2 | (hi2c->Init.OwnAddre… in HAL_I2C_Init()
|
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_smbus.c | 381 …hsmbus->Instance->OAR2 = (hsmbus->Init.DualAddressMode | hsmbus->Init.OwnAddress2 | (hsmbus->Init.… in HAL_SMBUS_Init()
|
D | stm32l4xx_hal_i2c.c | 568 hi2c->Instance->OAR2 &= ~I2C_DUALADDRESS_ENABLE; in HAL_I2C_Init() 571 …hi2c->Instance->OAR2 = (hi2c->Init.DualAddressMode | hi2c->Init.OwnAddress2 | (hi2c->Init.OwnAddre… in HAL_I2C_Init()
|
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_i2c.c | 435 …MODIFY_REG(hi2c->Instance->OAR2, (I2C_OAR2_ENDUAL | I2C_OAR2_ADD2), (hi2c->Init.DualAddressMode | … in HAL_I2C_Init()
|
/loramac-node-3.6.0-3.5.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 355 __IO uint32_t OAR2; /*!< I2C Own address 2 register, Address offset: 0x0C */ member
|
/loramac-node-3.6.0-3.5.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 372 __IO uint32_t OAR2; /*!< I2C Own address 2 register, Address offset: 0x0C */ member
|
/loramac-node-3.6.0-3.5.0/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 352 …__IO uint32_t OAR2; /*!< I2C Own address register 2, Address offset: 0x0C… member
|
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 373 __IO uint32_t OAR2; /*!< I2C Own address 2 register, Address offset: 0x0C */ member
|
/loramac-node-3.6.0-3.5.0/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 352 …__IO uint32_t OAR2; /*!< I2C Own address register 2, Address offset: 0x0C… member
|
/loramac-node-3.6.0-3.5.0/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 382 …__IO uint32_t OAR2; /*!< I2C Own address register 2, Address offset: 0x0C… member
|
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 391 …__IO uint32_t OAR2; /*!< I2C Own address register 2, Address offset: 0x0C… member
|
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 574 __IO uint32_t OAR2; /*!< I2C Own address 2 register, Address offset: 0x0C */ member
|