/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | system_stm32f4xx.c | 293 GPIOD->AFR[0] = 0x00CCC0CC; in SystemInit_ExtMemCtl() 294 GPIOD->AFR[1] = 0xCCCCCCCC; in SystemInit_ExtMemCtl() 296 GPIOD->MODER = 0xAAAA0A8A; in SystemInit_ExtMemCtl() 298 GPIOD->OSPEEDR = 0xFFFF0FCF; in SystemInit_ExtMemCtl() 300 GPIOD->OTYPER = 0x00000000; in SystemInit_ExtMemCtl() 302 GPIOD->PUPDR = 0x00000000; in SystemInit_ExtMemCtl() 493 GPIOD->AFR[0] = 0x000000CC; in SystemInit_ExtMemCtl() 494 GPIOD->AFR[1] = 0xCC000CCC; in SystemInit_ExtMemCtl() 496 GPIOD->MODER = 0xA02A000A; in SystemInit_ExtMemCtl() 498 GPIOD->OSPEEDR = 0xA02A000A; in SystemInit_ExtMemCtl() [all …]
|
/hal_stm32-latest/stm32cube/stm32f2xx/soc/ |
D | system_stm32f2xx.c | 273 GPIOD->AFR[0] = 0x00CCC0CC; in SystemInit_ExtMemCtl() 274 GPIOD->AFR[1] = 0xCCCCCCCC; in SystemInit_ExtMemCtl() 276 GPIOD->MODER = 0xAAAA0A8A; in SystemInit_ExtMemCtl() 278 GPIOD->OSPEEDR = 0xFFFF0FCF; in SystemInit_ExtMemCtl() 280 GPIOD->OTYPER = 0x00000000; in SystemInit_ExtMemCtl() 282 GPIOD->PUPDR = 0x00000000; in SystemInit_ExtMemCtl()
|
/hal_stm32-latest/stm32cube/stm32l1xx/soc/ |
D | system_stm32l1xx.c | 318 GPIOD->AFR[0] = 0x00CC00CC; in SystemInit_ExtMemCtl() 319 GPIOD->AFR[1] = 0xCCCCCCCC; in SystemInit_ExtMemCtl() 321 GPIOD->MODER = 0xAAAA0A0A; in SystemInit_ExtMemCtl() 323 GPIOD->OSPEEDR = 0xFFFF0F0F; in SystemInit_ExtMemCtl() 325 GPIOD->OTYPER = 0x00000000; in SystemInit_ExtMemCtl() 327 GPIOD->PUPDR = 0x00000000; in SystemInit_ExtMemCtl()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_rcc.h | 911 #if defined(GPIOD) 925 #if defined(GPIOD) 1114 #if defined(GPIOD) 1129 #if defined(GPIOD) 1323 #if defined(GPIOD) 1338 #if defined(GPIOD) 1545 #if defined(GPIOD) 1560 #if defined(GPIOD) 1764 #if defined(GPIOD) 1780 #if defined(GPIOD) [all …]
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_gpio_ex.h | 747 #if defined(GPIOD) && defined(GPIOE) 751 ((__GPIOx__) == (GPIOD))? 3U :\ 755 #if defined(GPIOD) && !defined(GPIOE) 759 ((__GPIOx__) == (GPIOD))? 3U : 5U) 762 #if !defined(GPIOD) && defined(GPIOE) 769 #if !defined(GPIOD) && !defined(GPIOE)
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_gpio_ex.h | 968 ((__GPIOx__) == (GPIOD))? 3uL : 7uL) 977 ((__GPIOx__) == (GPIOD))? 3uL :\ 995 ((__GPIOx__) == (GPIOD))? 3uL :\ 1005 ((__GPIOx__) == (GPIOD))? 3uL :\ 1017 ((__GPIOx__) == (GPIOD))? 3uL :\ 1030 ((__GPIOx__) == (GPIOD))? 3uL :\
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_pwr_ex.c | 221 #if defined (GPIOD) in HAL_PWREx_EnableGPIOPullUp() 274 #if defined (GPIOD) in HAL_PWREx_DisableGPIOPullUp() 334 #if defined (GPIOD) in HAL_PWREx_EnableGPIOPullDown() 387 #if defined (GPIOD) in HAL_PWREx_DisableGPIOPullDown()
|
D | stm32c0xx_ll_gpio.c | 33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOF) 126 #if defined(GPIOD) in LL_GPIO_DeInit() 127 else if (GPIOx == GPIOD) in LL_GPIO_DeInit()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_rcc.h | 760 #if defined (GPIOD) 780 #if defined (GPIOD) 1038 #if defined (GPIOD) 1046 #if defined (GPIOD) 1163 #if defined (GPIOD) 1172 #if defined (GPIOD) 1290 #if defined (GPIOD) 1298 #if defined (GPIOD) 1425 #if defined (GPIOD) 1434 #if defined (GPIOD)
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_gpio_ex.h | 157 ((__GPIOx__) == (GPIOD))? 3U :\ 167 ((__GPIOx__) == (GPIOD))? 3U :\ 175 ((__GPIOx__) == (GPIOD))? 3U : 5U)
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_gpio.c | 34 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || … 134 #if defined(GPIOD) in LL_GPIO_DeInit() 135 else if (GPIOx == GPIOD) in LL_GPIO_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_gpio.c | 33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || … 118 #if defined(GPIOD) in LL_GPIO_DeInit() 119 else if (GPIOx == GPIOD) in LL_GPIO_DeInit()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_gpio.c | 33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || … 131 #if defined(GPIOD) in LL_GPIO_DeInit() 132 else if (GPIOx == GPIOD) in LL_GPIO_DeInit()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_gpio.c | 33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || … 137 #if defined(GPIOD) in LL_GPIO_DeInit() 138 else if (GPIOx == GPIOD) in LL_GPIO_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_gpio.c | 34 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || … 143 #if defined(GPIOD) in LL_GPIO_DeInit() 144 else if (GPIOx == GPIOD) in LL_GPIO_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_gpio.c | 33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || … 126 #if defined(GPIOD) in LL_GPIO_DeInit() 127 else if (GPIOx == GPIOD) in LL_GPIO_DeInit()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_gpio.c | 33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || … 127 #if defined(GPIOD) in LL_GPIO_DeInit() 128 else if (GPIOx == GPIOD) in LL_GPIO_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_gpio.c | 33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || … 141 #if defined(GPIOD) in LL_GPIO_DeInit() 142 else if (GPIOx == GPIOD) in LL_GPIO_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_gpio.c | 33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || … 131 #if defined(GPIOD) in LL_GPIO_DeInit() 132 else if (GPIOx == GPIOD) in LL_GPIO_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_gpio.c | 33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || … 126 #if defined(GPIOD) in LL_GPIO_DeInit() 127 else if (GPIOx == GPIOD) in LL_GPIO_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_gpio.c | 33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || … 126 #if defined(GPIOD) in LL_GPIO_DeInit() 127 else if (GPIOx == GPIOD) in LL_GPIO_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_gpio.c | 33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || … 126 #if defined(GPIOD) in LL_GPIO_DeInit() 127 else if (GPIOx == GPIOD) in LL_GPIO_DeInit()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_gpio.c | 33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || … 127 #if defined(GPIOD) in LL_GPIO_DeInit() 128 else if (GPIOx == GPIOD) in LL_GPIO_DeInit()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_gpio.c | 33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || … 126 #if defined(GPIOD) in LL_GPIO_DeInit() 127 else if (GPIOx == GPIOD) in LL_GPIO_DeInit()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_gpio.c | 34 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || … 127 #if defined(GPIOD) in LL_GPIO_DeInit() 128 else if (GPIOx == GPIOD) in LL_GPIO_DeInit()
|