/hal_stm32-2.7.6/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_i2c.c | 138 assert_param(IS_LL_I2C_OWN_ADDRESS1(I2C_InitStruct->OwnAddress1)); in LL_I2C_Init() 168 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init() 171 if (I2C_InitStruct->OwnAddress1 != 0U) in LL_I2C_Init() 204 I2C_InitStruct->OwnAddress1 = 0U; in LL_I2C_StructInit()
|
D | stm32f0xx_hal_smbus.c | 293 assert_param(IS_SMBUS_OWN_ADDRESS1(hsmbus->Init.OwnAddress1)); in HAL_SMBUS_Init() 349 if (hsmbus->Init.OwnAddress1 != 0UL) in HAL_SMBUS_Init() 353 hsmbus->Instance->OAR1 = (I2C_OAR1_OA1EN | hsmbus->Init.OwnAddress1); in HAL_SMBUS_Init() 357 hsmbus->Instance->OAR1 = (I2C_OAR1_OA1EN | I2C_OAR1_OA1MODE | hsmbus->Init.OwnAddress1); in HAL_SMBUS_Init()
|
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_fmpi2c.c | 128 assert_param(IS_LL_FMPI2C_OWN_ADDRESS1(FMPI2C_InitStruct->OwnAddress1)); in LL_FMPI2C_Init() 158 LL_FMPI2C_SetOwnAddress1(FMPI2Cx, FMPI2C_InitStruct->OwnAddress1, FMPI2C_InitStruct->OwnAddrSize); in LL_FMPI2C_Init() 161 if (FMPI2C_InitStruct->OwnAddress1 != 0U) in LL_FMPI2C_Init() 194 FMPI2C_InitStruct->OwnAddress1 = 0U; in LL_FMPI2C_StructInit()
|
D | stm32f4xx_ll_i2c.c | 160 assert_param(IS_LL_I2C_OWN_ADDRESS1(I2C_InitStruct->OwnAddress1)); in LL_I2C_Init() 192 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init() 228 I2C_InitStruct->OwnAddress1 = 0U; in LL_I2C_StructInit()
|
D | stm32f4xx_hal_fmpsmbus.c | 288 assert_param(IS_FMPSMBUS_OWN_ADDRESS1(hfmpsmbus->Init.OwnAddress1)); in HAL_FMPSMBUS_Init() 344 if (hfmpsmbus->Init.OwnAddress1 != 0UL) in HAL_FMPSMBUS_Init() 348 hfmpsmbus->Instance->OAR1 = (FMPI2C_OAR1_OA1EN | hfmpsmbus->Init.OwnAddress1); in HAL_FMPSMBUS_Init() 352 …fmpsmbus->Instance->OAR1 = (FMPI2C_OAR1_OA1EN | FMPI2C_OAR1_OA1MODE | hfmpsmbus->Init.OwnAddress1); in HAL_FMPSMBUS_Init()
|
/hal_stm32-2.7.6/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_i2c.c | 144 assert_param(IS_LL_I2C_OWN_ADDRESS1(I2C_InitStruct->OwnAddress1)); in LL_I2C_Init() 174 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init() 177 if (I2C_InitStruct->OwnAddress1 != 0U) in LL_I2C_Init() 210 I2C_InitStruct->OwnAddress1 = 0U; in LL_I2C_StructInit()
|
/hal_stm32-2.7.6/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_i2c.c | 146 assert_param(IS_LL_I2C_OWN_ADDRESS1(I2C_InitStruct->OwnAddress1)); in LL_I2C_Init() 176 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init() 179 if (I2C_InitStruct->OwnAddress1 != 0U) in LL_I2C_Init() 212 I2C_InitStruct->OwnAddress1 = 0U; in LL_I2C_StructInit()
|
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_i2c.c | 137 assert_param(IS_LL_I2C_OWN_ADDRESS1(I2C_InitStruct->OwnAddress1)); in LL_I2C_Init() 167 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init() 170 if (I2C_InitStruct->OwnAddress1 != 0U) in LL_I2C_Init() 203 I2C_InitStruct->OwnAddress1 = 0U; in LL_I2C_StructInit()
|
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_i2c.c | 162 assert_param(IS_LL_I2C_OWN_ADDRESS1(I2C_InitStruct->OwnAddress1)); in LL_I2C_Init() 192 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init() 195 if (I2C_InitStruct->OwnAddress1 != 0U) in LL_I2C_Init() 228 I2C_InitStruct->OwnAddress1 = 0U; in LL_I2C_StructInit()
|
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_i2c.c | 151 assert_param(IS_LL_I2C_OWN_ADDRESS1(I2C_InitStruct->OwnAddress1)); in LL_I2C_Init() 181 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init() 184 if (I2C_InitStruct->OwnAddress1 != 0U) in LL_I2C_Init() 217 I2C_InitStruct->OwnAddress1 = 0U; in LL_I2C_StructInit()
|
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_i2c.c | 152 assert_param(IS_LL_I2C_OWN_ADDRESS1(I2C_InitStruct->OwnAddress1)); in LL_I2C_Init() 182 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init() 185 if (I2C_InitStruct->OwnAddress1 != 0U) in LL_I2C_Init() 218 I2C_InitStruct->OwnAddress1 = 0U; in LL_I2C_StructInit()
|
D | stm32l5xx_hal_smbus.c | 287 assert_param(IS_SMBUS_OWN_ADDRESS1(hsmbus->Init.OwnAddress1)); in HAL_SMBUS_Init() 343 if (hsmbus->Init.OwnAddress1 != 0UL) in HAL_SMBUS_Init() 347 hsmbus->Instance->OAR1 = (I2C_OAR1_OA1EN | hsmbus->Init.OwnAddress1); in HAL_SMBUS_Init() 351 hsmbus->Instance->OAR1 = (I2C_OAR1_OA1EN | I2C_OAR1_OA1MODE | hsmbus->Init.OwnAddress1); in HAL_SMBUS_Init()
|
/hal_stm32-2.7.6/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_i2c.c | 148 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() 181 if (I2C_InitStruct->OwnAddress1 != 0U) in LL_I2C_Init() 214 I2C_InitStruct->OwnAddress1 = 0U; in LL_I2C_StructInit()
|
/hal_stm32-2.7.6/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_i2c.c | 148 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() 181 if (I2C_InitStruct->OwnAddress1 != 0U) in LL_I2C_Init() 214 I2C_InitStruct->OwnAddress1 = 0U; in LL_I2C_StructInit()
|
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_i2c.c | 154 assert_param(IS_LL_I2C_OWN_ADDRESS1(I2C_InitStruct->OwnAddress1)); in LL_I2C_Init() 184 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init() 187 if (I2C_InitStruct->OwnAddress1 != 0U) in LL_I2C_Init() 220 I2C_InitStruct->OwnAddress1 = 0U; in LL_I2C_StructInit()
|
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_i2c.c | 156 assert_param(IS_LL_I2C_OWN_ADDRESS1(I2C_InitStruct->OwnAddress1)); in LL_I2C_Init() 186 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init() 189 if (I2C_InitStruct->OwnAddress1 != 0U) in LL_I2C_Init() 222 I2C_InitStruct->OwnAddress1 = 0U; in LL_I2C_StructInit()
|
/hal_stm32-2.7.6/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_i2c.c | 154 assert_param(IS_LL_I2C_OWN_ADDRESS1(I2C_InitStruct->OwnAddress1)); in LL_I2C_Init() 184 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init() 187 if (I2C_InitStruct->OwnAddress1 != 0U) in LL_I2C_Init() 220 I2C_InitStruct->OwnAddress1 = 0U; in LL_I2C_StructInit()
|
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_i2c.c | 168 assert_param(IS_LL_I2C_OWN_ADDRESS1(I2C_InitStruct->OwnAddress1)); in LL_I2C_Init() 198 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init() 201 if (I2C_InitStruct->OwnAddress1 != 0U) in LL_I2C_Init() 234 I2C_InitStruct->OwnAddress1 = 0U; in LL_I2C_StructInit()
|
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_i2c.c | 141 assert_param(IS_LL_I2C_OWN_ADDRESS1(I2C_InitStruct->OwnAddress1)); in LL_I2C_Init() 164 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init() 196 I2C_InitStruct->OwnAddress1 = 0U; in LL_I2C_StructInit()
|
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_i2c.c | 147 assert_param(IS_LL_I2C_OWN_ADDRESS1(I2C_InitStruct->OwnAddress1)); in LL_I2C_Init() 170 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init() 202 I2C_InitStruct->OwnAddress1 = 0U; in LL_I2C_StructInit()
|
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_i2c.c | 139 assert_param(IS_LL_I2C_OWN_ADDRESS1(I2C_InitStruct->OwnAddress1)); in LL_I2C_Init() 162 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init() 194 I2C_InitStruct->OwnAddress1 = 0U; in LL_I2C_StructInit()
|
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_i2c.h | 89 uint32_t OwnAddress1; /*!< Specifies the device own address 1. member 537 __STATIC_INLINE void LL_I2C_SetOwnAddress1(I2C_TypeDef *I2Cx, uint32_t OwnAddress1, uint32_t OwnAdd… in LL_I2C_SetOwnAddress1() argument 539 …, I2C_OAR1_ADD0 | I2C_OAR1_ADD1_7 | I2C_OAR1_ADD8_9 | I2C_OAR1_ADDMODE, OwnAddress1 | OwnAddrSize); in LL_I2C_SetOwnAddress1()
|
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_i2c.h | 89 uint32_t OwnAddress1; /*!< Specifies the device own address 1. member 537 __STATIC_INLINE void LL_I2C_SetOwnAddress1(I2C_TypeDef *I2Cx, uint32_t OwnAddress1, uint32_t OwnAdd… in LL_I2C_SetOwnAddress1() argument 539 …, I2C_OAR1_ADD0 | I2C_OAR1_ADD1_7 | I2C_OAR1_ADD8_9 | I2C_OAR1_ADDMODE, OwnAddress1 | OwnAddrSize); in LL_I2C_SetOwnAddress1()
|
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_i2c.h | 89 uint32_t OwnAddress1; /*!< Specifies the device own address 1. member 537 __STATIC_INLINE void LL_I2C_SetOwnAddress1(I2C_TypeDef *I2Cx, uint32_t OwnAddress1, uint32_t OwnAdd… in LL_I2C_SetOwnAddress1() argument 539 …, I2C_OAR1_ADD0 | I2C_OAR1_ADD1_7 | I2C_OAR1_ADD8_9 | I2C_OAR1_ADDMODE, OwnAddress1 | OwnAddrSize); in LL_I2C_SetOwnAddress1()
|
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_i2c.h | 101 uint32_t OwnAddress1; /*!< Specifies the device own address 1. member 645 __STATIC_INLINE void LL_I2C_SetOwnAddress1(I2C_TypeDef *I2Cx, uint32_t OwnAddress1, uint32_t OwnAdd… in LL_I2C_SetOwnAddress1() argument 647 …, I2C_OAR1_ADD0 | I2C_OAR1_ADD1_7 | I2C_OAR1_ADD8_9 | I2C_OAR1_ADDMODE, OwnAddress1 | OwnAddrSize); in LL_I2C_SetOwnAddress1()
|