Home
last modified time | relevance | path

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

12345678910>>...12

/hal_stm32-2.7.6/stm32cube/stm32f4xx/soc/
Dsystem_stm32f4xx.c294 GPIOD->AFR[0] = 0x00CCC0CC; in SystemInit_ExtMemCtl()
295 GPIOD->AFR[1] = 0xCCCCCCCC; in SystemInit_ExtMemCtl()
297 GPIOD->MODER = 0xAAAA0A8A; in SystemInit_ExtMemCtl()
299 GPIOD->OSPEEDR = 0xFFFF0FCF; in SystemInit_ExtMemCtl()
301 GPIOD->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
303 GPIOD->PUPDR = 0x00000000; in SystemInit_ExtMemCtl()
494 GPIOD->AFR[0] = 0x000000CC; in SystemInit_ExtMemCtl()
495 GPIOD->AFR[1] = 0xCC000CCC; in SystemInit_ExtMemCtl()
497 GPIOD->MODER = 0xA02A000A; in SystemInit_ExtMemCtl()
499 GPIOD->OSPEEDR = 0xA02A000A; in SystemInit_ExtMemCtl()
[all …]
/hal_stm32-2.7.6/stm32cube/stm32f2xx/soc/
Dsystem_stm32f2xx.c274 GPIOD->AFR[0] = 0x00CCC0CC; in SystemInit_ExtMemCtl()
275 GPIOD->AFR[1] = 0xCCCCCCCC; in SystemInit_ExtMemCtl()
277 GPIOD->MODER = 0xAAAA0A8A; in SystemInit_ExtMemCtl()
279 GPIOD->OSPEEDR = 0xFFFF0FCF; in SystemInit_ExtMemCtl()
281 GPIOD->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
283 GPIOD->PUPDR = 0x00000000; in SystemInit_ExtMemCtl()
/hal_stm32-2.7.6/stm32cube/stm32l1xx/soc/
Dsystem_stm32l1xx.c319 GPIOD->AFR[0] = 0x00CC00CC; in SystemInit_ExtMemCtl()
320 GPIOD->AFR[1] = 0xCCCCCCCC; in SystemInit_ExtMemCtl()
322 GPIOD->MODER = 0xAAAA0A0A; in SystemInit_ExtMemCtl()
324 GPIOD->OSPEEDR = 0xFFFF0F0F; in SystemInit_ExtMemCtl()
326 GPIOD->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
328 GPIOD->PUPDR = 0x00000000; in SystemInit_ExtMemCtl()
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rcc.h878 #if defined(GPIOD)
892 #if defined(GPIOD)
1081 #if defined(GPIOD)
1096 #if defined(GPIOD)
1290 #if defined(GPIOD)
1305 #if defined(GPIOD)
1512 #if defined(GPIOD)
1527 #if defined(GPIOD)
1731 #if defined(GPIOD)
1747 #if defined(GPIOD)
[all …]
/hal_stm32-2.7.6/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_gpio_ex.h748 #if defined(GPIOD) && defined(GPIOE)
752 ((__GPIOx__) == (GPIOD))? 3U :\
756 #if defined(GPIOD) && !defined(GPIOE)
760 ((__GPIOx__) == (GPIOD))? 3U : 5U)
763 #if !defined(GPIOD) && defined(GPIOE)
770 #if !defined(GPIOD) && !defined(GPIOE)
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_gpio_ex.h968 ((__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-2.7.6/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_gpio_ex.h158 ((__GPIOx__) == (GPIOD))? 3U :\
168 ((__GPIOx__) == (GPIOD))? 3U :\
176 ((__GPIOx__) == (GPIOD))? 3U : 5U)
/hal_stm32-2.7.6/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_gpio.c35 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
135 #if defined(GPIOD) in LL_GPIO_DeInit()
136 else if (GPIOx == GPIOD) in LL_GPIO_DeInit()
/hal_stm32-2.7.6/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_gpio.c34 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
119 #if defined(GPIOD) in LL_GPIO_DeInit()
120 else if (GPIOx == GPIOD) in LL_GPIO_DeInit()
/hal_stm32-2.7.6/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_gpio.c34 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
138 #if defined(GPIOD) in LL_GPIO_DeInit()
139 else if (GPIOx == GPIOD) in LL_GPIO_DeInit()
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_gpio.c34 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
132 #if defined(GPIOD) in LL_GPIO_DeInit()
133 else if (GPIOx == GPIOD) in LL_GPIO_DeInit()
Dstm32wbxx_hal_pwr_ex.c366 #if defined(GPIOD) in HAL_PWREx_EnableGPIOPullUp()
421 #if defined(GPIOD) in HAL_PWREx_DisableGPIOPullUp()
484 #if defined(GPIOD) in HAL_PWREx_EnableGPIOPullDown()
539 #if defined(GPIOD) in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_gpio.c35 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
144 #if defined(GPIOD) in LL_GPIO_DeInit()
145 else if (GPIOx == GPIOD) in LL_GPIO_DeInit()
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_gpio.c34 #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-2.7.6/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_gpio.c34 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
142 #if defined(GPIOD) in LL_GPIO_DeInit()
143 else if (GPIOx == GPIOD) in LL_GPIO_DeInit()
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_gpio.c34 #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-2.7.6/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_gpio.c34 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
132 #if defined(GPIOD) in LL_GPIO_DeInit()
133 else if (GPIOx == GPIOD) in LL_GPIO_DeInit()
Dstm32l4xx_hal_pwr_ex.c413 #if defined(GPIOD) in HAL_PWREx_EnableGPIOPullUp()
493 #if defined(GPIOD) in HAL_PWREx_DisableGPIOPullUp()
573 #if defined(GPIOD) in HAL_PWREx_EnableGPIOPullDown()
653 #if defined(GPIOD) in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_gpio.c35 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
128 #if defined(GPIOD) in LL_GPIO_DeInit()
129 else if (GPIOx == GPIOD) in LL_GPIO_DeInit()
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_gpio.c33 #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-2.7.6/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_gpio.c34 #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-2.7.6/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_gpio.c34 #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-2.7.6/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_gpio.c34 #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-2.7.6/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_gpio_ex.h1271 ((__GPIOx__) == (GPIOD))? 3U :\
1283 ((__GPIOx__) == (GPIOD))? 3U :\
1302 ((__GPIOx__) == (GPIOD))? 3U :\
1310 ((__GPIOx__) == (GPIOD))? 3U :\
1319 ((__GPIOx__) == (GPIOD))? 3U :\
1326 ((__GPIOx__) == (GPIOD))? 3U : 7U)
/hal_stm32-2.7.6/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_gpio_ex.h2358 ((__GPIOx__) == (GPIOD))? 3U :\
2366 …(((__INSTANCE__) == GPIOD) && (((__PIN__) & (GPIOD_PIN_AVAILABLE)) != 0U) && (((__PIN__) | (GPIOD_…
2475 ((__GPIOx__) == (GPIOD))? 3U :\
2482 …(((__INSTANCE__) == GPIOD) && (((__PIN__) & (GPIOD_PIN_AVAILABLE)) != 0U) && (((__PIN__) | (GPIOD_…

12345678910>>...12