Home
last modified time | relevance | path

Searched refs:OAR2 (Results 1 – 18 of 18) sorted by relevance

/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_i2c.h568 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/
Dstm32l0xx_ll_i2c.h853 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()
Dstm32l0xx_hal_i2c.h670 #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/
Dstm32l4xx_ll_i2c.h853 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()
Dstm32l4xx_hal_i2c.h757 #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/
Dstm32l0xx_hal_smbus.c305 …hsmbus->Instance->OAR2 = (hsmbus->Init.DualAddressMode | hsmbus->Init.OwnAddress2 | (hsmbus->Init.… in HAL_SMBUS_Init()
Dstm32l0xx_hal_i2c.c465 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/
Dstm32l4xx_hal_smbus.c381 …hsmbus->Instance->OAR2 = (hsmbus->Init.DualAddressMode | hsmbus->Init.OwnAddress2 | (hsmbus->Init.… in HAL_SMBUS_Init()
Dstm32l4xx_hal_i2c.c568 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/
Dstm32l1xx_hal_i2c.c435 …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/
Dstm32l081xx.h355 __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/
Dstm32l072xx.h372 __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/
Dstm32l151xba.h352 …__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/
Dstm32l073xx.h373 __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/
Dstm32l151xba.h352 …__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/
Dstm32l152xc.h382 …__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/
Dstm32l152xe.h391 …__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/
Dstm32l476xx.h574 __IO uint32_t OAR2; /*!< I2C Own address 2 register, Address offset: 0x0C */ member