/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | system_stm32f4xx.c | 305 GPIOE->AFR[0] = 0xC00CC0CC; in SystemInit_ExtMemCtl() 306 GPIOE->AFR[1] = 0xCCCCCCCC; in SystemInit_ExtMemCtl() 308 GPIOE->MODER = 0xAAAA828A; in SystemInit_ExtMemCtl() 310 GPIOE->OSPEEDR = 0xFFFFC3CF; in SystemInit_ExtMemCtl() 312 GPIOE->OTYPER = 0x00000000; in SystemInit_ExtMemCtl() 314 GPIOE->PUPDR = 0x00000000; in SystemInit_ExtMemCtl() 505 GPIOE->AFR[0] = 0xC00000CC; in SystemInit_ExtMemCtl() 506 GPIOE->AFR[1] = 0xCCCCCCCC; in SystemInit_ExtMemCtl() 508 GPIOE->MODER = 0xAAAA800A; in SystemInit_ExtMemCtl() 510 GPIOE->OSPEEDR = 0xAAAA800A; in SystemInit_ExtMemCtl() [all …]
|
/hal_stm32-latest/stm32cube/stm32f2xx/soc/ |
D | system_stm32f2xx.c | 285 GPIOE->AFR[0] = 0xC00CC0CC; in SystemInit_ExtMemCtl() 286 GPIOE->AFR[1] = 0xCCCCCCCC; in SystemInit_ExtMemCtl() 288 GPIOE->MODER = 0xAAAA828A; in SystemInit_ExtMemCtl() 290 GPIOE->OSPEEDR = 0xFFFFC3CF; in SystemInit_ExtMemCtl() 292 GPIOE->OTYPER = 0x00000000; in SystemInit_ExtMemCtl() 294 GPIOE->PUPDR = 0x00000000; in SystemInit_ExtMemCtl()
|
/hal_stm32-latest/stm32cube/stm32l1xx/soc/ |
D | system_stm32l1xx.c | 330 GPIOE->AFR[0] = 0xC00000CC; in SystemInit_ExtMemCtl() 331 GPIOE->AFR[1] = 0xCCCCCCCC; in SystemInit_ExtMemCtl() 333 GPIOE->MODER = 0xAAAA800A; in SystemInit_ExtMemCtl() 335 GPIOE->OSPEEDR = 0xFFFFC00F; in SystemInit_ExtMemCtl() 337 GPIOE->OTYPER = 0x00000000; in SystemInit_ExtMemCtl() 339 GPIOE->PUPDR = 0x00000000; in SystemInit_ExtMemCtl()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_gpio.c | 33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || … 70 #if defined(GPIOE) 144 #if defined(GPIOE) in LL_GPIO_DeInit() 145 else if (GPIOx == GPIOE) in LL_GPIO_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_gpio_ex.h | 747 #if defined(GPIOD) && defined(GPIOE) 752 ((__GPIOx__) == (GPIOE))? 4U : 5U) 755 #if defined(GPIOD) && !defined(GPIOE) 762 #if !defined(GPIOD) && defined(GPIOE) 766 ((__GPIOx__) == (GPIOE))? 4U : 5U) 769 #if !defined(GPIOD) && !defined(GPIOE)
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_pwr_ex.c | 100 #if defined (GPIOE) 1145 #if defined (GPIOE) in HAL_PWREx_EnableGPIOPullUp() 1205 #if defined (GPIOE) in HAL_PWREx_DisableGPIOPullUp() 1273 #if defined (GPIOE) in HAL_PWREx_EnableGPIOPullDown() 1333 #if defined (GPIOE) in HAL_PWREx_DisableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_gpio_ex.h | 978 ((__GPIOx__) == (GPIOE))? 4uL : 7uL) 996 ((__GPIOx__) == (GPIOE))? 4uL : 7uL) 1006 ((__GPIOx__) == (GPIOE))? 4uL :\ 1018 ((__GPIOx__) == (GPIOE))? 4uL :\ 1031 ((__GPIOx__) == (GPIOE))? 4uL :\
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_gpio.c | 34 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || … 117 #if defined(GPIOE) in LL_GPIO_DeInit() 118 else if (GPIOx == GPIOE) in LL_GPIO_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_gpio.c | 34 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || … 141 #if defined(GPIOE) in LL_GPIO_DeInit() 142 else if (GPIOx == GPIOE) 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) || … 125 #if defined(GPIOE) in LL_GPIO_DeInit() 126 else if (GPIOx == GPIOE) 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) || … 138 #if defined(GPIOE) in LL_GPIO_DeInit() 139 else if (GPIOx == GPIOE) 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) || … 150 #if defined(GPIOE) in LL_GPIO_DeInit() 151 else if (GPIOx == GPIOE) 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) || … 133 #if defined(GPIOE) in LL_GPIO_DeInit() 134 else if (GPIOx == GPIOE) 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) || … 134 #if defined(GPIOE) in LL_GPIO_DeInit() 135 else if (GPIOx == GPIOE) 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) || … 148 #if defined(GPIOE) in LL_GPIO_DeInit() 149 else if (GPIOx == GPIOE) 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) || … 138 #if defined(GPIOE) in LL_GPIO_DeInit() 139 else if (GPIOx == GPIOE) in LL_GPIO_DeInit()
|
D | stm32l4xx_hal_pwr_ex.c | 418 #if defined(GPIOE) in HAL_PWREx_EnableGPIOPullUp() 497 #if defined(GPIOE) in HAL_PWREx_DisableGPIOPullUp() 578 #if defined(GPIOE) in HAL_PWREx_EnableGPIOPullDown() 657 #if defined(GPIOE) in HAL_PWREx_DisableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_gpio.c | 33 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || … 133 #if defined(GPIOE) in LL_GPIO_DeInit() 134 else if (GPIOx == GPIOE) 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) || … 133 #if defined(GPIOE) in LL_GPIO_DeInit() 134 else if (GPIOx == GPIOE) 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) || … 133 #if defined(GPIOE) in LL_GPIO_DeInit() 134 else if (GPIOx == GPIOE) 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) || … 134 #if defined(GPIOE) in LL_GPIO_DeInit() 135 else if (GPIOx == GPIOE) 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) || … 133 #if defined(GPIOE) in LL_GPIO_DeInit() 134 else if (GPIOx == GPIOE) 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) || … 134 #if defined(GPIOE) in LL_GPIO_DeInit() 135 else if (GPIOx == GPIOE) in LL_GPIO_DeInit()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc.h | 971 #if defined(GPIOE) 993 #if defined(GPIOE) 1503 #if defined(GPIOE) 1513 #if defined(GPIOE) 1743 #if defined(GPIOE) 1753 #if defined(GPIOE) 1984 #if defined(GPIOE) 1993 #if defined(GPIOE) 2232 #if defined(GPIOE) 2243 #if defined(GPIOE)
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_gpio_ex.h | 1271 ((__GPIOx__) == (GPIOE))? 4U :\ 1283 ((__GPIOx__) == (GPIOE))? 4U :\ 1302 ((__GPIOx__) == (GPIOE))? 4U : 7U) 1310 ((__GPIOx__) == (GPIOE))? 4U :\ 1319 ((__GPIOx__) == (GPIOE))? 4U : 7U)
|