Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_gpio.c158 uint32_t pinpos; in LL_GPIO_Init() local
169 pinpos = POSITION_VAL(pinmask); in LL_GPIO_Init()
172 while ((pinmask >> pinpos) != 0u) in LL_GPIO_Init()
175 if ((pinmask & (1u << pinpos)) != 0u) in LL_GPIO_Init()
178 if (pinpos < GPIO_PIN_MASK_POS) in LL_GPIO_Init()
180 currentpin = (0x00000101uL << pinpos); in LL_GPIO_Init()
184 currentpin = ((0x00010001u << (pinpos - GPIO_PIN_MASK_POS)) | 0x04000000u); in LL_GPIO_Init()
215 pinpos++; in LL_GPIO_Init()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_gpio.c152 uint32_t pinpos; in LL_GPIO_Init() local
164 pinpos = 0; in LL_GPIO_Init()
166 pinpos = POSITION_VAL(GPIO_InitStruct->Pin); in LL_GPIO_Init()
170 while (((GPIO_InitStruct->Pin) >> pinpos) != 0x00u) in LL_GPIO_Init()
173 currentpin = (GPIO_InitStruct->Pin) & (0x00000001uL << pinpos); in LL_GPIO_Init()
217 pinpos++; in LL_GPIO_Init()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_lpgpio.c105 uint32_t pinpos; in LL_LPGPIO_Init() local
115 pinpos = POSITION_VAL(LPGPIO_InitStruct->Pin); in LL_LPGPIO_Init()
118 while (((LPGPIO_InitStruct->Pin) >> pinpos) != 0U) in LL_LPGPIO_Init()
121 currentpin = (LPGPIO_InitStruct->Pin) & (1UL << pinpos); in LL_LPGPIO_Init()
128 pinpos++; in LL_LPGPIO_Init()
Dstm32u5xx_ll_gpio.c195 uint32_t pinpos; in LL_GPIO_Init() local
206 pinpos = POSITION_VAL(GPIO_InitStruct->Pin); in LL_GPIO_Init()
209 while (((GPIO_InitStruct->Pin) >> pinpos) != 0U) in LL_GPIO_Init()
212 currentpin = (GPIO_InitStruct->Pin) & (1UL << pinpos); in LL_GPIO_Init()
253 pinpos++; in LL_GPIO_Init()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_gpio.c138 uint32_t pinpos; in LL_GPIO_Init() local
149 pinpos = 0; in LL_GPIO_Init()
152 while (((GPIO_InitStruct->Pin) >> pinpos) != 0x00u) in LL_GPIO_Init()
155 currentpin = (GPIO_InitStruct->Pin) & (0x00000001uL << pinpos); in LL_GPIO_Init()
196 pinpos++; in LL_GPIO_Init()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_gpio.c154 uint32_t pinpos; in LL_GPIO_Init() local
165 pinpos = POSITION_VAL(GPIO_InitStruct->Pin); in LL_GPIO_Init()
168 while (((GPIO_InitStruct->Pin) >> pinpos) != 0x00u) in LL_GPIO_Init()
171 currentpin = (GPIO_InitStruct->Pin) & (0x00000001uL << pinpos); in LL_GPIO_Init()
212 pinpos++; in LL_GPIO_Init()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_gpio.c174 uint32_t pinpos; in LL_GPIO_Init() local
185 pinpos = 0; in LL_GPIO_Init()
188 while (((GPIO_InitStruct->Pin) >> pinpos) != 0x00u) in LL_GPIO_Init()
191 currentpin = (GPIO_InitStruct->Pin) & (0x00000001uL << pinpos); in LL_GPIO_Init()
232 pinpos++; in LL_GPIO_Init()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_gpio.c165 uint32_t pinpos; in LL_GPIO_Init() local
176 pinpos = 0; in LL_GPIO_Init()
179 while (((GPIO_InitStruct->Pin) >> pinpos) != 0x00u) in LL_GPIO_Init()
182 currentpin = (GPIO_InitStruct->Pin) & (0x00000001uL << pinpos); in LL_GPIO_Init()
223 pinpos++; in LL_GPIO_Init()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_gpio.c157 uint32_t pinpos; in LL_GPIO_Init() local
168 pinpos = 0; in LL_GPIO_Init()
171 while (((GPIO_InitStruct->Pin) >> pinpos) != 0x00u) in LL_GPIO_Init()
174 currentpin = (GPIO_InitStruct->Pin) & (0x00000001uL << pinpos); in LL_GPIO_Init()
215 pinpos++; in LL_GPIO_Init()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_gpio.c171 uint32_t pinpos; in LL_GPIO_Init() local
182 pinpos = POSITION_VAL(GPIO_InitStruct->Pin); in LL_GPIO_Init()
185 while (((GPIO_InitStruct->Pin) >> pinpos) != 0x00u) in LL_GPIO_Init()
188 currentpin = (GPIO_InitStruct->Pin) & (0x00000001uL << pinpos); in LL_GPIO_Init()
229 pinpos++; in LL_GPIO_Init()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_gpio.c170 uint32_t pinpos; in LL_GPIO_Init() local
181 pinpos = POSITION_VAL(GPIO_InitStruct->Pin); in LL_GPIO_Init()
184 while (((GPIO_InitStruct->Pin) >> pinpos) != 0x00000000U) in LL_GPIO_Init()
187 currentpin = (GPIO_InitStruct->Pin) & (0x00000001UL << pinpos); in LL_GPIO_Init()
228 pinpos++; in LL_GPIO_Init()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_gpio.c177 uint32_t pinpos; in LL_GPIO_Init() local
188 pinpos = 0; in LL_GPIO_Init()
191 while (((GPIO_InitStruct->Pin) >> pinpos) != 0x00u) in LL_GPIO_Init()
194 currentpin = (GPIO_InitStruct->Pin) & (0x00000001uL << pinpos); in LL_GPIO_Init()
235 pinpos++; in LL_GPIO_Init()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_gpio.c204 uint32_t pinpos; in LL_GPIO_Init() local
215 pinpos = POSITION_VAL(GPIO_InitStruct->Pin); in LL_GPIO_Init()
218 while (((GPIO_InitStruct->Pin) >> pinpos) != 0x00u) in LL_GPIO_Init()
221 currentpin = (GPIO_InitStruct->Pin) & (0x00000001uL << pinpos); in LL_GPIO_Init()
262 pinpos++; in LL_GPIO_Init()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_gpio.c180 uint32_t pinpos; in LL_GPIO_Init() local
191 pinpos = POSITION_VAL(GPIO_InitStruct->Pin); in LL_GPIO_Init()
194 while (((GPIO_InitStruct->Pin) >> pinpos) != 0x00000000U) in LL_GPIO_Init()
197 currentpin = (GPIO_InitStruct->Pin) & (1UL << pinpos); in LL_GPIO_Init()
238 pinpos++; in LL_GPIO_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_gpio.c188 uint32_t pinpos; in LL_GPIO_Init() local
199 pinpos = POSITION_VAL(GPIO_InitStruct->Pin); in LL_GPIO_Init()
202 while (((GPIO_InitStruct->Pin) >> pinpos) != 0U) in LL_GPIO_Init()
205 currentpin = (GPIO_InitStruct->Pin) & (1UL << pinpos); in LL_GPIO_Init()
245 pinpos++; in LL_GPIO_Init()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_gpio.c195 uint32_t pinpos; in LL_GPIO_Init() local
206 pinpos = POSITION_VAL(GPIO_InitStruct->Pin); in LL_GPIO_Init()
209 while (((GPIO_InitStruct->Pin) >> pinpos) != 0x00u) in LL_GPIO_Init()
212 currentpin = (GPIO_InitStruct->Pin) & (0x00000001uL << pinpos); in LL_GPIO_Init()
253 pinpos++; in LL_GPIO_Init()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_gpio.c192 uint32_t pinpos; in LL_GPIO_Init() local
203 pinpos = POSITION_VAL(GPIO_InitStruct->Pin); in LL_GPIO_Init()
206 while (((GPIO_InitStruct->Pin) >> pinpos) != 0x00u) in LL_GPIO_Init()
209 currentpin = (GPIO_InitStruct->Pin) & (0x00000001uL << pinpos); in LL_GPIO_Init()
250 pinpos++; in LL_GPIO_Init()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_gpio.c180 uint32_t pinpos = 0x00000000U; in LL_GPIO_Init() local
191 pinpos = POSITION_VAL(GPIO_InitStruct->Pin); in LL_GPIO_Init()
194 while (((GPIO_InitStruct->Pin) >> pinpos) != 0x00000000U) in LL_GPIO_Init()
197 currentpin = (GPIO_InitStruct->Pin) & (0x00000001U << pinpos); in LL_GPIO_Init()
239 pinpos++; in LL_GPIO_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_gpio.c201 uint32_t pinpos = 0x00000000U; in LL_GPIO_Init() local
212 pinpos = POSITION_VAL(GPIO_InitStruct->Pin); in LL_GPIO_Init()
215 while (((GPIO_InitStruct->Pin) >> pinpos) != 0x00000000U) in LL_GPIO_Init()
218 currentpin = (GPIO_InitStruct->Pin) & (0x00000001U << pinpos); in LL_GPIO_Init()
260 pinpos++; in LL_GPIO_Init()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_gpio.c201 uint32_t pinpos = 0x00000000U; in LL_GPIO_Init() local
212 pinpos = POSITION_VAL(GPIO_InitStruct->Pin); in LL_GPIO_Init()
215 while (((GPIO_InitStruct->Pin) >> pinpos) != 0x00000000U) in LL_GPIO_Init()
218 currentpin = (GPIO_InitStruct->Pin) & (0x00000001U << pinpos); in LL_GPIO_Init()
258 pinpos++; in LL_GPIO_Init()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_gpio.c201 uint32_t pinpos, currentpin; in LL_GPIO_Init() local
211 pinpos = POSITION_VAL(GPIO_InitStruct->Pin); in LL_GPIO_Init()
214 while (((GPIO_InitStruct->Pin) >> pinpos) != 0x00000000U) in LL_GPIO_Init()
217 currentpin = (GPIO_InitStruct->Pin) & (0x00000001U << pinpos); in LL_GPIO_Init()
252 pinpos++; in LL_GPIO_Init()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_gpio.c194 uint32_t pinpos; in LL_GPIO_Init() local
205 pinpos = 0; in LL_GPIO_Init()
208 while (((GPIO_InitStruct->Pin) >> pinpos) != 0x00u) in LL_GPIO_Init()
211 currentpin = (GPIO_InitStruct->Pin) & (0x00000001uL << pinpos); in LL_GPIO_Init()
252 pinpos++; in LL_GPIO_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_gpio.c202 uint32_t pinpos, currentpin; in LL_GPIO_Init() local
212 pinpos = POSITION_VAL(GPIO_InitStruct->Pin); in LL_GPIO_Init()
215 while (((GPIO_InitStruct->Pin) >> pinpos) != 0x00000000U) in LL_GPIO_Init()
218 currentpin = (GPIO_InitStruct->Pin) & (0x00000001UL << pinpos); in LL_GPIO_Init()
261 pinpos++; in LL_GPIO_Init()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_gpio.c196 uint32_t pinpos; in LL_GPIO_Init() local
207 pinpos = POSITION_VAL(GPIO_InitStruct->Pin); in LL_GPIO_Init()
210 while (((GPIO_InitStruct->Pin) >> pinpos) != 0x00u) in LL_GPIO_Init()
213 currentpin = (GPIO_InitStruct->Pin) & (0x00000001uL << pinpos); in LL_GPIO_Init()
254 pinpos++; in LL_GPIO_Init()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_gpio.c158 uint32_t pinpos = 0x00000000U; in LL_GPIO_Init() local
172 while (((GPIO_InitStruct->Pin) >> pinpos) != 0x00000000U) in LL_GPIO_Init()
175 currentpin = (GPIO_InitStruct->Pin) & (0x00000001U << pinpos); in LL_GPIO_Init()
216 pinpos++; in LL_GPIO_Init()