/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_gpio.c | 158 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/ |
D | stm32wlxx_ll_gpio.c | 152 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/ |
D | stm32u5xx_ll_lpgpio.c | 105 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()
|
D | stm32u5xx_ll_gpio.c | 195 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/ |
D | stm32wb0x_ll_gpio.c | 138 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/ |
D | stm32wbaxx_ll_gpio.c | 154 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/ |
D | stm32f0xx_ll_gpio.c | 174 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/ |
D | stm32u0xx_ll_gpio.c | 165 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/ |
D | stm32c0xx_ll_gpio.c | 157 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/ |
D | stm32wbxx_ll_gpio.c | 171 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/ |
D | stm32g4xx_ll_gpio.c | 170 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/ |
D | stm32g0xx_ll_gpio.c | 177 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/ |
D | stm32f2xx_ll_gpio.c | 204 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/ |
D | stm32l5xx_ll_gpio.c | 180 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/ |
D | stm32h5xx_ll_gpio.c | 188 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/ |
D | stm32f3xx_ll_gpio.c | 195 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/ |
D | stm32l4xx_ll_gpio.c | 192 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/ |
D | stm32l1xx_ll_gpio.c | 180 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/ |
D | stm32f4xx_ll_gpio.c | 201 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/ |
D | stm32f7xx_ll_gpio.c | 201 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/ |
D | stm32mp1xx_ll_gpio.c | 201 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/ |
D | stm32n6xx_ll_gpio.c | 194 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/ |
D | stm32h7xx_ll_gpio.c | 202 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/ |
D | stm32h7rsxx_ll_gpio.c | 196 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/ |
D | stm32l0xx_ll_gpio.c | 158 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()
|