Home
last modified time | relevance | path

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

12345678910>>...12

/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dsystem_stm32f4xx.c317 GPIOF->AFR[0] = 0xCCCCCCCC; in SystemInit_ExtMemCtl()
318 GPIOF->AFR[1] = 0xCCCCCCCC; in SystemInit_ExtMemCtl()
320 GPIOF->MODER = 0xAA800AAA; in SystemInit_ExtMemCtl()
322 GPIOF->OSPEEDR = 0xAA800AAA; in SystemInit_ExtMemCtl()
324 GPIOF->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
326 GPIOF->PUPDR = 0x00000000; in SystemInit_ExtMemCtl()
517 GPIOF->AFR[0] = 0xCCCCCCCC; in SystemInit_ExtMemCtl()
518 GPIOF->AFR[1] = 0xCCCCCCCC; in SystemInit_ExtMemCtl()
520 GPIOF->MODER = 0xAA800AAA; in SystemInit_ExtMemCtl()
522 GPIOF->OSPEEDR = 0xAA800AAA; in SystemInit_ExtMemCtl()
[all …]
/hal_stm32-latest/stm32cube/stm32f2xx/soc/
Dsystem_stm32f2xx.c297 GPIOF->AFR[0] = 0x00CCCCCC; in SystemInit_ExtMemCtl()
298 GPIOF->AFR[1] = 0xCCCC0000; in SystemInit_ExtMemCtl()
300 GPIOF->MODER = 0xAA000AAA; in SystemInit_ExtMemCtl()
302 GPIOF->OSPEEDR = 0xFF000FFF; in SystemInit_ExtMemCtl()
304 GPIOF->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
306 GPIOF->PUPDR = 0x00000000; in SystemInit_ExtMemCtl()
/hal_stm32-latest/stm32cube/stm32l1xx/soc/
Dsystem_stm32l1xx.c342 GPIOF->AFR[0] = 0x00CCCCCC; in SystemInit_ExtMemCtl()
343 GPIOF->AFR[1] = 0xCCCC0000; in SystemInit_ExtMemCtl()
345 GPIOF->MODER = 0xAA000AAA; in SystemInit_ExtMemCtl()
347 GPIOF->OSPEEDR = 0xFF000FFF; in SystemInit_ExtMemCtl()
349 GPIOF->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
351 GPIOF->PUPDR = 0x00000000; in SystemInit_ExtMemCtl()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_gpio.c34 …IOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || defined (GPIOF) || defined (GPIOG)
124 #if defined(GPIOF) in LL_GPIO_DeInit()
125 else if (GPIOx == GPIOF) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_gpio.c34 …IOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || defined (GPIOF)
148 #if defined(GPIOF) in LL_GPIO_DeInit()
149 else if (GPIOx == GPIOF) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_gpio.c33 …IOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || defined (GPIOF)
151 #if defined(GPIOF) in LL_GPIO_DeInit()
152 else if (GPIOx == GPIOF) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_gpio.c34 …IOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || defined (GPIOF) || defined (GPIOG…
157 #if defined(GPIOF) in LL_GPIO_DeInit()
158 else if (GPIOx == GPIOF) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_gpio.c33 …IOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || defined (GPIOF) || defined (GPIOG…
140 #if defined(GPIOF) in LL_GPIO_DeInit()
141 else if (GPIOx == GPIOF) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_gpio.c33 …|| defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || defined (GPIOF) || \
141 #if defined(GPIOF) in LL_GPIO_DeInit()
142 else if (GPIOx == GPIOF) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_gpio.c33 …IOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || defined (GPIOF) || defined (GPIOG…
155 #if defined(GPIOF) in LL_GPIO_DeInit()
156 else if (GPIOx == GPIOF) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_gpio.c33 …IOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || defined (GPIOF) || defined (GPIOG…
145 #if defined(GPIOF) in LL_GPIO_DeInit()
146 else if (GPIOx == GPIOF) in LL_GPIO_DeInit()
Dstm32l4xx_hal_pwr_ex.c424 #if defined(GPIOF) in HAL_PWREx_EnableGPIOPullUp()
502 #if defined(GPIOF) in HAL_PWREx_DisableGPIOPullUp()
584 #if defined(GPIOF) in HAL_PWREx_EnableGPIOPullDown()
662 #if defined(GPIOF) in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_gpio.c33 …IOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || defined (GPIOF) || defined (GPIOG…
140 #if defined(GPIOF) in LL_GPIO_DeInit()
141 else if (GPIOx == GPIOF) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_gpio.c33 …IOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || defined (GPIOF) || defined (GPIOG…
140 #if defined(GPIOF) in LL_GPIO_DeInit()
141 else if (GPIOx == GPIOF) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_gpio.c33 …IOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || defined (GPIOF) || defined (GPIOG…
140 #if defined(GPIOF) in LL_GPIO_DeInit()
141 else if (GPIOx == GPIOF) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_gpio.c33 …|| defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || defined (GPIOF) || \
141 #if defined(GPIOF) in LL_GPIO_DeInit()
142 else if (GPIOx == GPIOF) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_gpio.c33 …IOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || defined (GPIOF) || defined (GPIOG…
140 #if defined(GPIOF) in LL_GPIO_DeInit()
141 else if (GPIOx == GPIOF) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_gpio.c34 …IOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || defined (GPIOF) || defined (GPIOG…
141 #if defined(GPIOF) in LL_GPIO_DeInit()
142 else if (GPIOx == GPIOF) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_gpio_ex.h218 ((__GPIOx__) == (GPIOF))? 5uL : 6uL)
224 ((__GPIOx__) == (GPIOF))? 5uL : 6uL)
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_gpio_ex.h249 ((__GPIOx__) == (GPIOF))? 5UL : 6UL)
254 ((__GPIOx__) == (GPIOF))? 5UL : 6UL)
/hal_stm32-latest/stm32cube/stm32f1xx/soc/
Dsystem_stm32f1xx.c381 GPIOF->CRL = 0x44BBBBBBU; in SystemInit_ExtMemCtl()
382 GPIOF->CRH = 0xBBBB4444U; in SystemInit_ExtMemCtl()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_system.h133 #if defined(GPIOF)
345 #if defined(GPIOF)
386 #if defined(GPIOF)
Dstm32l1xx_hal_exti.h150 #if defined (GPIOF)
240 #elif !defined (GPIOF)
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_gpio.c33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOF)
133 else if (GPIOx == GPIOF) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_exti.h151 #if defined (GPIOF)
241 #elif defined (GPIOF)

12345678910>>...12