| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ | 
| D | stm32l0xx_ll_i2c.c | 164   assert_param(IS_LL_I2C_OWN_ADDRESS1(I2C_InitStruct->OwnAddress1));  in LL_I2C_Init() 194   LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize);  in LL_I2C_Init() 197   if (I2C_InitStruct->OwnAddress1 != 0U)  in LL_I2C_Init() 230   I2C_InitStruct->OwnAddress1     = 0U;  in LL_I2C_StructInit()
  | 
| D | stm32l0xx_hal_smbus.c | 243   assert_param(IS_SMBUS_OWN_ADDRESS1(hsmbus->Init.OwnAddress1));  in HAL_SMBUS_Init() 281   if (hsmbus->Init.OwnAddress1 != 0U)  in HAL_SMBUS_Init() 285       hsmbus->Instance->OAR1 = (I2C_OAR1_OA1EN | hsmbus->Init.OwnAddress1);  in HAL_SMBUS_Init() 289       hsmbus->Instance->OAR1 = (I2C_OAR1_OA1EN | I2C_OAR1_OA1MODE | hsmbus->Init.OwnAddress1);  in HAL_SMBUS_Init()
  | 
| D | stm32l0xx_hal_i2c.c | 414   assert_param(IS_I2C_OWN_ADDRESS1(hi2c->Init.OwnAddress1));  in HAL_I2C_Init() 447     hi2c->Instance->OAR1 = (I2C_OAR1_OA1EN | hi2c->Init.OwnAddress1);  in HAL_I2C_Init() 451     hi2c->Instance->OAR1 = (I2C_OAR1_OA1EN | I2C_OAR1_OA1MODE | hi2c->Init.OwnAddress1);  in HAL_I2C_Init()
  | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ | 
| D | stm32l4xx_ll_i2c.c | 172   assert_param(IS_LL_I2C_OWN_ADDRESS1(I2C_InitStruct->OwnAddress1));  in LL_I2C_Init() 202   LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize);  in LL_I2C_Init() 205   if (I2C_InitStruct->OwnAddress1 != 0U)  in LL_I2C_Init() 238   I2C_InitStruct->OwnAddress1     = 0U;  in LL_I2C_StructInit()
  | 
| D | stm32l4xx_hal_smbus.c | 301   assert_param(IS_SMBUS_OWN_ADDRESS1(hsmbus->Init.OwnAddress1));  in HAL_SMBUS_Init() 357   if (hsmbus->Init.OwnAddress1 != 0UL)  in HAL_SMBUS_Init() 361       hsmbus->Instance->OAR1 = (I2C_OAR1_OA1EN | hsmbus->Init.OwnAddress1);  in HAL_SMBUS_Init() 365       hsmbus->Instance->OAR1 = (I2C_OAR1_OA1EN | I2C_OAR1_OA1MODE | hsmbus->Init.OwnAddress1);  in HAL_SMBUS_Init()
  | 
| D | stm32l4xx_hal_i2c.c | 495   assert_param(IS_I2C_OWN_ADDRESS1(hi2c->Init.OwnAddress1));  in HAL_I2C_Init() 550     hi2c->Instance->OAR1 = (I2C_OAR1_OA1EN | hi2c->Init.OwnAddress1);  in HAL_I2C_Init() 554     hi2c->Instance->OAR1 = (I2C_OAR1_OA1EN | I2C_OAR1_OA1MODE | hi2c->Init.OwnAddress1);  in HAL_I2C_Init()
  | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ | 
| D | stm32l1xx_ll_i2c.c | 155   assert_param(IS_LL_I2C_OWN_ADDRESS1(I2C_InitStruct->OwnAddress1));  in LL_I2C_Init() 178   LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize);  in LL_I2C_Init() 210   I2C_InitStruct->OwnAddress1     = 0U;  in LL_I2C_StructInit()
  | 
| D | stm32l1xx_hal_i2c.c | 380   assert_param(IS_I2C_OWN_ADDRESS1(hi2c->Init.OwnAddress1));  in HAL_I2C_Init() 431 …1_ADD8_9 | I2C_OAR1_ADD1_7 | I2C_OAR1_ADD0), (hi2c->Init.AddressingMode | hi2c->Init.OwnAddress1));  in HAL_I2C_Init() 4264     SlaveAddrCode = hi2c->Init.OwnAddress1;  in I2C_Slave_ADDR()
  | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ | 
| D | stm32l1xx_ll_i2c.h | 105   uint32_t OwnAddress1;         /*!< Specifies the device own address 1.  member 553 __STATIC_INLINE void LL_I2C_SetOwnAddress1(I2C_TypeDef *I2Cx, uint32_t OwnAddress1, uint32_t OwnAdd…  in LL_I2C_SetOwnAddress1()  argument 555 …, I2C_OAR1_ADD0 | I2C_OAR1_ADD1_7 | I2C_OAR1_ADD8_9 | I2C_OAR1_ADDMODE, OwnAddress1 | OwnAddrSize);  in LL_I2C_SetOwnAddress1()
  | 
| D | stm32l1xx_hal_i2c.h | 72   uint32_t OwnAddress1;      /*!< Specifies the first device own address.  member
  | 
| /loramac-node-latest/src/boards/NucleoL152/ | 
| D | i2c-board.c | 67     I2cHandle.Init.OwnAddress1 = 0;  in I2cMcuFormat()
  | 
| /loramac-node-latest/src/boards/NucleoL073/ | 
| D | i2c-board.c | 65     I2cHandle.Init.OwnAddress1 = 0;  in I2cMcuFormat()
  | 
| /loramac-node-latest/src/boards/NucleoL476/ | 
| D | i2c-board.c | 65     I2cHandle.Init.OwnAddress1 = 0;  in I2cMcuFormat()
  | 
| /loramac-node-latest/src/boards/NAMote72/ | 
| D | i2c-board.c | 67     I2cHandle.Init.OwnAddress1 = 0;  in I2cMcuFormat()
  | 
| /loramac-node-latest/src/boards/B-L072Z-LRWAN1/ | 
| D | i2c-board.c | 65     I2cHandle.Init.OwnAddress1 = 0;  in I2cMcuFormat()
  | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ | 
| D | stm32l0xx_ll_i2c.h | 106   uint32_t OwnAddress1;         /*!< Specifies the device own address 1.  member 795 __STATIC_INLINE void LL_I2C_SetOwnAddress1(I2C_TypeDef *I2Cx, uint32_t OwnAddress1, uint32_t OwnAdd…  in LL_I2C_SetOwnAddress1()  argument 797   MODIFY_REG(I2Cx->OAR1, I2C_OAR1_OA1 | I2C_OAR1_OA1MODE, OwnAddress1 | OwnAddrSize);  in LL_I2C_SetOwnAddress1()
  | 
| D | stm32l0xx_hal_smbus.h | 72   uint32_t OwnAddress1;            /*!< Specifies the first device own address.  member
  | 
| D | stm32l0xx_hal_i2c.h | 70   uint32_t OwnAddress1;         /*!< Specifies the first device own address.  member
  | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ | 
| D | stm32l4xx_ll_i2c.h | 106   uint32_t OwnAddress1;         /*!< Specifies the device own address 1.  member 795 __STATIC_INLINE void LL_I2C_SetOwnAddress1(I2C_TypeDef *I2Cx, uint32_t OwnAddress1, uint32_t OwnAdd…  in LL_I2C_SetOwnAddress1()  argument 797   MODIFY_REG(I2Cx->OAR1, I2C_OAR1_OA1 | I2C_OAR1_OA1MODE, OwnAddress1 | OwnAddrSize);  in LL_I2C_SetOwnAddress1()
  | 
| D | stm32l4xx_hal_smbus.h | 72   uint32_t OwnAddress1;            /*!< Specifies the first device own address.  member
  | 
| D | stm32l4xx_hal_i2c.h | 70   uint32_t OwnAddress1;         /*!< Specifies the first device own address.  member
  |