Home
last modified time | relevance | path

Searched refs:GPIOH (Results 1 – 25 of 252) sorted by relevance

1234567891011

/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dsystem_stm32f4xx.c341 GPIOH->AFR[0] = 0x00C0CC00; in SystemInit_ExtMemCtl()
342 GPIOH->AFR[1] = 0xCCCCCCCC; in SystemInit_ExtMemCtl()
344 GPIOH->MODER = 0xAAAA08A0; in SystemInit_ExtMemCtl()
346 GPIOH->OSPEEDR = 0xAAAA08A0; in SystemInit_ExtMemCtl()
348 GPIOH->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
350 GPIOH->PUPDR = 0x00000000; in SystemInit_ExtMemCtl()
543 GPIOH->AFR[0] = 0x00C0CC00; in SystemInit_ExtMemCtl()
544 GPIOH->AFR[1] = 0xCCCCCCCC; in SystemInit_ExtMemCtl()
546 GPIOH->MODER = 0xAAAA08A0; in SystemInit_ExtMemCtl()
548 GPIOH->OSPEEDR = 0xAAAA08A0; in SystemInit_ExtMemCtl()
[all …]
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_gpio_ex.h2359 ((__GPIOx__) == (GPIOH))? 5U : 6U)
2367 …(((__INSTANCE__) == GPIOH) && (((__PIN__) & (GPIOH_PIN_AVAILABLE)) != 0U) && (((__PIN__) | (GPIOH_…
2397 ((__GPIOx__) == (GPIOH))? 5U : 6U)
2404 …(((__INSTANCE__) == GPIOH) && (((__PIN__) & (GPIOH_PIN_AVAILABLE)) != 0U) && (((__PIN__) | (GPIOH_…
2475 ((__GPIOx__) == (GPIOH))? 5U : 6U)
2482 …(((__INSTANCE__) == GPIOH) && (((__PIN__) & (GPIOH_PIN_AVAILABLE)) != 0U) && (((__PIN__) | (GPIOH_…
Dstm32l0xx_hal_exti.h183 #if defined (GPIOH)
259 #if !defined (GPIOH)
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_gpio.c33 …IOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || defined (GPIOH)
132 #if defined(GPIOH) in LL_GPIO_DeInit()
133 else if (GPIOx == GPIOH) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_gpio.c33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOH)
126 #if defined(GPIOH) in LL_GPIO_DeInit()
127 else if (GPIOx == GPIOH) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_gpio.c33 …IOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || defined (GPIOH)
145 #if defined(GPIOH) in LL_GPIO_DeInit()
146 else if (GPIOx == GPIOH) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_gpio.c34 …IOD) || defined (GPIOE) || defined (GPIOF) || defined (GPIOG) || defined (GPIOH) || defined (GPIOI)
171 #if defined(GPIOH) in LL_GPIO_DeInit()
172 else if (GPIOx == GPIOH) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_gpio.c33 …IOC) || defined (GPIOD) || defined (GPIOE) || defined (GPIOF) || defined (GPIOG) || defined (GPIOH)
154 #if defined(GPIOH) in LL_GPIO_DeInit()
155 else if (GPIOx == GPIOH) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_gpio.c34 defined (GPIOG) || defined (GPIOH) || defined (GPIOI)
155 #if defined(GPIOH) in LL_GPIO_DeInit()
156 else if (GPIOx == GPIOH) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_gpio.c33 …IOC) || defined (GPIOD) || defined (GPIOE) || defined (GPIOF) || defined (GPIOG) || defined (GPIOH)
169 #if defined(GPIOH) in LL_GPIO_DeInit()
170 else if (GPIOx == GPIOH) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_gpio.c33 …IOD) || defined (GPIOE) || defined (GPIOF) || defined (GPIOG) || defined (GPIOH) || defined (GPIOI)
159 #if defined(GPIOH) in LL_GPIO_DeInit()
160 else if (GPIOx == GPIOH) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_gpio.c33 …IOC) || defined (GPIOD) || defined (GPIOE) || defined (GPIOF) || defined (GPIOG) || defined (GPIOH)
154 #if defined(GPIOH) in LL_GPIO_DeInit()
155 else if (GPIOx == GPIOH) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_gpio.c33 …IOD) || defined (GPIOE) || defined (GPIOF) || defined (GPIOG) || defined (GPIOH) || defined (GPIOI…
154 #if defined(GPIOH) in LL_GPIO_DeInit()
155 else if (GPIOx == GPIOH) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_gpio.c33 …IOD) || defined (GPIOE) || defined (GPIOF) || defined (GPIOG) || defined (GPIOH) || defined (GPIOI…
154 #if defined(GPIOH) in LL_GPIO_DeInit()
155 else if (GPIOx == GPIOH) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_gpio.c34 defined (GPIOG) || defined (GPIOH) || defined (GPIOI) || defined (GPIOJ)
155 #if defined(GPIOH) in LL_GPIO_DeInit()
156 else if (GPIOx == GPIOH) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_gpio.c33 …IOD) || defined (GPIOE) || defined (GPIOF) || defined (GPIOG) || defined (GPIOH) || defined (GPIOI…
154 #if defined(GPIOH) in LL_GPIO_DeInit()
155 else if (GPIOx == GPIOH) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_gpio.c34 …IOD) || defined (GPIOE) || defined (GPIOF) || defined (GPIOG) || defined (GPIOH) || defined (GPIOI…
155 #if defined(GPIOH) in LL_GPIO_DeInit()
156 else if (GPIOx == GPIOH) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_gpio.c33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOH)
130 else if (GPIOx == GPIOH) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_gpio.c33 …IOD) || defined (GPIOE) || defined (GPIOF) || defined (GPIOG) || defined (GPIOH) || defined (GPION…
150 else if (GPIOx == GPIOH) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_gpio.c33 defined (GPIOE) || defined (GPIOF) || defined (GPIOG) || defined (GPIOH) || \
152 else if (GPIOx == GPIOH) in LL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_exti.h234 #if defined(GPIOH)
320 #if defined(GPIOH)
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_gpio_ex.h405 ((__GPIOx__) == (GPIOH))? 7U :\
418 ((__GPIOx__) == (GPIOH))? 7U : 8U)
435 …(((__INSTANCE__) == GPIOH) && (((__PIN__) & (GPIOH_PIN_AVAILABLE)) != 0) && (((__PIN__) | (GPIOH_P…
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_gpio_ex.h440 ((__GPIOx__) == (GPIOH))? 7UL :\
451 ((__GPIOx__) == (GPIOH))? 7UL :\
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_gpio_ex.h1021 ((__GPIOx__) == (GPIOH))? 7uL : 8uL)
1034 ((__GPIOx__) == (GPIOH))? 7uL : 8uL)
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_gpio_ex.h159 ((__GPIOx__) == (GPIOH))? 5U :\

1234567891011