Home
last modified time | relevance | path

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

12345678910>>...14

/hal_stm32-3.7.0/stm32cube/stm32f4xx/soc/
Dsystem_stm32f4xx.c480 GPIOC->AFR[0] |= 0x00CC0000; in SystemInit_ExtMemCtl()
481 GPIOC->AFR[1] |= 0x00000000; in SystemInit_ExtMemCtl()
483 GPIOC->MODER |= 0x00000A00; in SystemInit_ExtMemCtl()
485 GPIOC->OSPEEDR |= 0x00000A00; in SystemInit_ExtMemCtl()
487 GPIOC->OTYPER |= 0x00000000; in SystemInit_ExtMemCtl()
489 GPIOC->PUPDR |= 0x00000000; in SystemInit_ExtMemCtl()
/hal_stm32-3.7.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_gpio_ex.h2356 ((__GPIOx__) == (GPIOC))? 2U :\
2364 …(((__INSTANCE__) == GPIOC) && (((__PIN__) & (GPIOC_PIN_AVAILABLE)) != 0U) && (((__PIN__) | (GPIOC_…
2396 ((__GPIOx__) == (GPIOC))? 2U :\
2403 …(((__INSTANCE__) == GPIOC) && (((__PIN__) & (GPIOC_PIN_AVAILABLE)) != 0U) && (((__PIN__) | (GPIOC_…
2436 ((__GPIOx__) == (GPIOC))? 2U : 6U)
2442 …(((__INSTANCE__) == GPIOC) && (((__PIN__) & (GPIOC_PIN_AVAILABLE)) != 0U) && (((__PIN__) | (GPIOC_…
2473 ((__GPIOx__) == (GPIOC))? 2U :\
2480 …(((__INSTANCE__) == GPIOC) && (((__PIN__) & (GPIOC_PIN_AVAILABLE)) != 0U) && (((__PIN__) | (GPIOC_…
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_gpio_ex.h967 ((__GPIOx__) == (GPIOC))? 2uL :\
976 ((__GPIOx__) == (GPIOC))? 2uL :\
986 ((__GPIOx__) == (GPIOC))? 2uL : 7uL)
994 ((__GPIOx__) == (GPIOC))? 2uL :\
1004 ((__GPIOx__) == (GPIOC))? 2uL :\
1016 ((__GPIOx__) == (GPIOC))? 2uL :\
1029 ((__GPIOx__) == (GPIOC))? 2uL :\
/hal_stm32-3.7.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_gpio_ex.h1269 ((__GPIOx__) == (GPIOC))? 2U :\
1281 ((__GPIOx__) == (GPIOC))? 2U :\
1294 ((__GPIOx__) == (GPIOC))? 2U : 7U)
1300 ((__GPIOx__) == (GPIOC))? 2U :\
1308 ((__GPIOx__) == (GPIOC))? 2U :\
1317 ((__GPIOx__) == (GPIOC))? 2U :\
1324 ((__GPIOx__) == (GPIOC))? 2U :\
1330 ((__GPIOx__) == (GPIOC))? 2U : 7U)
/hal_stm32-3.7.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_gpio_ex.h156 ((__GPIOx__) == (GPIOC))? 2U :\
166 ((__GPIOx__) == (GPIOC))? 2U :\
174 ((__GPIOx__) == (GPIOC))? 2U :\
/hal_stm32-3.7.0/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_gpio_ex.h750 ((__GPIOx__) == (GPIOC))? 2U :\
758 ((__GPIOx__) == (GPIOC))? 2U :\
765 ((__GPIOx__) == (GPIOC))? 2U :\
772 ((__GPIOx__) == (GPIOC))? 2U : 5U)
/hal_stm32-3.7.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_gpio_ex.h813 ((__GPIOx__) == (GPIOC))? 2uL :3uL)
817 ((__GPIOx__) == (GPIOC))? 2uL :\
822 ((__GPIOx__) == (GPIOC))? 2uL :\
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gpio.c153 /* Pin 5:*/ {GPIOC, 2},
156 /* Pin 8:*/ {GPIOC, 10},
158 /* Pin 10:*/ {GPIOC, 12},
/hal_stm32-3.7.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_gpio.c34 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
107 else if (GPIOx == GPIOC) in LL_GPIO_DeInit()
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_gpio.c33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOH)
125 else if (GPIOx == GPIOC) in LL_GPIO_DeInit()
/hal_stm32-3.7.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_gpio.c33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
113 else if (GPIOx == GPIOC) in LL_GPIO_DeInit()
/hal_stm32-3.7.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_gpio.c34 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
129 else if (GPIOx == GPIOC) in LL_GPIO_DeInit()
/hal_stm32-3.7.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_gpio.c33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOH)
121 else if (GPIOx == GPIOC) in LL_GPIO_DeInit()
/hal_stm32-3.7.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_gpio.c33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
126 else if (GPIOx == GPIOC) in LL_GPIO_DeInit()
/hal_stm32-3.7.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_gpio.c33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOF)
121 else if (GPIOx == GPIOC) in LL_GPIO_DeInit()
/hal_stm32-3.7.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_gpio.c33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
126 else if (GPIOx == GPIOC) in LL_GPIO_DeInit()
/hal_stm32-3.7.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_gpio.c33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
132 else if (GPIOx == GPIOC) in LL_GPIO_DeInit()
/hal_stm32-3.7.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_gpio.c33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
136 else if (GPIOx == GPIOC) in LL_GPIO_DeInit()
/hal_stm32-3.7.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_gpio.c33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
121 else if (GPIOx == GPIOC) in LL_GPIO_DeInit()
/hal_stm32-3.7.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_gpio.c33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
121 else if (GPIOx == GPIOC) in LL_GPIO_DeInit()
/hal_stm32-3.7.0/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_gpio_ex.h301 ((__GPIOx__) == (GPIOC))? 2UL :\
306 ((__GPIOx__) == (GPIOC))? 2UL :\
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_gpio.c33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
122 else if (GPIOx == GPIOC) in LL_GPIO_DeInit()
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_gpio.c33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
126 else if (GPIOx == GPIOC) in LL_GPIO_DeInit()
/hal_stm32-3.7.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_gpio.c34 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
138 else if (GPIOx == GPIOC) in LL_GPIO_DeInit()
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_gpio.c32 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || \
127 else if (GPIOx == GPIOC) in LL_GPIO_DeInit()

12345678910>>...14