Home
last modified time | relevance | path

Searched refs:OwnAddress1 (Results 1 – 25 of 102) sorted by relevance

12345

/hal_stm32-2.7.6/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_i2c.c138 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()
Dstm32f0xx_hal_smbus.c293 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/
Dstm32f4xx_ll_fmpi2c.c128 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()
Dstm32f4xx_ll_i2c.c160 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()
Dstm32f4xx_hal_fmpsmbus.c288 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/
Dstm32wlxx_ll_i2c.c144 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/
Dstm32g0xx_ll_i2c.c146 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/
Dstm32wbxx_ll_i2c.c137 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/
Dstm32h7xx_ll_i2c.c162 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/
Dstm32u5xx_ll_i2c.c151 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/
Dstm32l5xx_ll_i2c.c152 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()
Dstm32l5xx_hal_smbus.c287 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/
Dstm32l0xx_ll_i2c.c148 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/
Dstm32f3xx_ll_i2c.c148 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/
Dstm32f7xx_ll_i2c.c154 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/
Dstm32l4xx_ll_i2c.c156 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/
Dstm32g4xx_ll_i2c.c154 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/
Dstm32mp1xx_ll_i2c.c168 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/
Dstm32f1xx_ll_i2c.c141 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/
Dstm32f2xx_ll_i2c.c147 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/
Dstm32l1xx_ll_i2c.c139 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/
Dstm32f2xx_ll_i2c.h89 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/
Dstm32f1xx_ll_i2c.h89 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/
Dstm32l1xx_ll_i2c.h89 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/
Dstm32f4xx_ll_i2c.h101 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()

12345