Home
last modified time | relevance | path

Searched refs:OwnAddrSize (Results 1 – 25 of 50) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_i2c.c148 assert_param(IS_LL_I2C_OWN_ADDRSIZE(I2C_InitStruct->OwnAddrSize)); in LL_I2C_Init()
169 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init()
203 I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT; in LL_I2C_StructInit()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_i2c.c149 assert_param(IS_LL_I2C_OWN_ADDRSIZE(I2C_InitStruct->OwnAddrSize)); in LL_I2C_Init()
177 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init()
208 I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT; in LL_I2C_StructInit()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_i2c.c145 assert_param(IS_LL_I2C_OWN_ADDRSIZE(I2C_InitStruct->OwnAddrSize)); in LL_I2C_Init()
173 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init()
211 I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT; in LL_I2C_StructInit()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_i2c.c138 assert_param(IS_LL_I2C_OWN_ADDRSIZE(I2C_InitStruct->OwnAddrSize)); in LL_I2C_Init()
166 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init()
204 I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT; in LL_I2C_StructInit()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_i2c.c142 assert_param(IS_LL_I2C_OWN_ADDRSIZE(I2C_InitStruct->OwnAddrSize)); in LL_I2C_Init()
163 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init()
197 I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT; in LL_I2C_StructInit()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_i2c.c139 assert_param(IS_LL_I2C_OWN_ADDRSIZE(I2C_InitStruct->OwnAddrSize)); in LL_I2C_Init()
167 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init()
205 I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT; in LL_I2C_StructInit()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_i2c.c139 assert_param(IS_LL_I2C_OWN_ADDRSIZE(I2C_InitStruct->OwnAddrSize)); in LL_I2C_Init()
167 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init()
205 I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT; in LL_I2C_StructInit()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_fmpi2c.c129 assert_param(IS_LL_FMPI2C_OWN_ADDRSIZE(FMPI2C_InitStruct->OwnAddrSize)); in LL_FMPI2C_Init()
157 LL_FMPI2C_SetOwnAddress1(FMPI2Cx, FMPI2C_InitStruct->OwnAddress1, FMPI2C_InitStruct->OwnAddrSize); in LL_FMPI2C_Init()
195 FMPI2C_InitStruct->OwnAddrSize = LL_FMPI2C_OWNADDRESS1_7BIT; in LL_FMPI2C_StructInit()
Dstm32f4xx_ll_i2c.c161 assert_param(IS_LL_I2C_OWN_ADDRSIZE(I2C_InitStruct->OwnAddrSize)); in LL_I2C_Init()
191 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init()
229 I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT; in LL_I2C_StructInit()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_i2c.c138 assert_param(IS_LL_I2C_OWN_ADDRSIZE(I2C_InitStruct->OwnAddrSize)); in LL_I2C_Init()
166 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init()
204 I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT; in LL_I2C_StructInit()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_i2c.c139 assert_param(IS_LL_I2C_OWN_ADDRSIZE(I2C_InitStruct->OwnAddrSize)); in LL_I2C_Init()
167 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init()
205 I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT; in LL_I2C_StructInit()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_i2c.c147 assert_param(IS_LL_I2C_OWN_ADDRSIZE(I2C_InitStruct->OwnAddrSize)); in LL_I2C_Init()
175 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init()
213 I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT; in LL_I2C_StructInit()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_i2c.c145 assert_param(IS_LL_I2C_OWN_ADDRSIZE(I2C_InitStruct->OwnAddrSize)); in LL_I2C_Init()
173 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init()
211 I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT; in LL_I2C_StructInit()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_i2c.c140 assert_param(IS_LL_I2C_OWN_ADDRSIZE(I2C_InitStruct->OwnAddrSize)); in LL_I2C_Init()
161 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init()
195 I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT; in LL_I2C_StructInit()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_i2c.c153 assert_param(IS_LL_I2C_OWN_ADDRSIZE(I2C_InitStruct->OwnAddrSize)); in LL_I2C_Init()
181 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init()
219 I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT; in LL_I2C_StructInit()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_i2c.c149 assert_param(IS_LL_I2C_OWN_ADDRSIZE(I2C_InitStruct->OwnAddrSize)); in LL_I2C_Init()
177 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init()
215 I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT; in LL_I2C_StructInit()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_i2c.c155 assert_param(IS_LL_I2C_OWN_ADDRSIZE(I2C_InitStruct->OwnAddrSize)); in LL_I2C_Init()
183 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init()
221 I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT; in LL_I2C_StructInit()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_i2c.c149 assert_param(IS_LL_I2C_OWN_ADDRSIZE(I2C_InitStruct->OwnAddrSize)); in LL_I2C_Init()
177 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init()
215 I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT; in LL_I2C_StructInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_i2c.c157 assert_param(IS_LL_I2C_OWN_ADDRSIZE(I2C_InitStruct->OwnAddrSize)); in LL_I2C_Init()
185 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init()
223 I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT; in LL_I2C_StructInit()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_i2c.c153 assert_param(IS_LL_I2C_OWN_ADDRSIZE(I2C_InitStruct->OwnAddrSize)); in LL_I2C_Init()
181 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init()
219 I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT; in LL_I2C_StructInit()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_i2c.c163 assert_param(IS_LL_I2C_OWN_ADDRSIZE(I2C_InitStruct->OwnAddrSize)); in LL_I2C_Init()
191 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init()
229 I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT; in LL_I2C_StructInit()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_i2c.c157 assert_param(IS_LL_I2C_OWN_ADDRSIZE(I2C_InitStruct->OwnAddrSize)); in LL_I2C_Init()
185 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init()
223 I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT; in LL_I2C_StructInit()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_i2c.c157 assert_param(IS_LL_I2C_OWN_ADDRSIZE(I2C_InitStruct->OwnAddrSize)); in LL_I2C_Init()
185 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init()
223 I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT; in LL_I2C_StructInit()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_i2c.c173 assert_param(IS_LL_I2C_OWN_ADDRSIZE(I2C_InitStruct->OwnAddrSize)); in LL_I2C_Init()
201 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init()
239 I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT; in LL_I2C_StructInit()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_i2c.c169 assert_param(IS_LL_I2C_OWN_ADDRSIZE(I2C_InitStruct->OwnAddrSize)); in LL_I2C_Init()
197 LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, I2C_InitStruct->OwnAddrSize); in LL_I2C_Init()
235 I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT; in LL_I2C_StructInit()

12