/device/board/talkweb/niobe407/liteos_m/bootloader/src/ |
D | system_stm32f4xx.c | 301 GPIOE->AFR[0] = 0xC00CC0CC; in SystemInit_ExtMemCtl() 302 GPIOE->AFR[1] = 0xCCCCCCCC; in SystemInit_ExtMemCtl() 304 GPIOE->MODER = 0xAAAA828A; in SystemInit_ExtMemCtl() 306 GPIOE->OSPEEDR = 0xFFFFC3CF; in SystemInit_ExtMemCtl() 308 GPIOE->OTYPER = 0x00000000; in SystemInit_ExtMemCtl() 310 GPIOE->PUPDR = 0x00000000; in SystemInit_ExtMemCtl() 498 GPIOE->AFR[0] = 0xC00000CC; in SystemInit_ExtMemCtl() 499 GPIOE->AFR[1] = 0xCCCCCCCC; in SystemInit_ExtMemCtl() 501 GPIOE->MODER = 0xAAAA800A; in SystemInit_ExtMemCtl() 503 GPIOE->OSPEEDR = 0xAAAA800A; in SystemInit_ExtMemCtl() [all …]
|
/device/board/talkweb/niobe407/liteos_m/bsp/src/ |
D | system_stm32f4xx.c | 303 GPIOE->AFR[0] = 0xC00CC0CC; in SystemInit_ExtMemCtl() 304 GPIOE->AFR[1] = 0xCCCCCCCC; in SystemInit_ExtMemCtl() 306 GPIOE->MODER = 0xAAAA828A; in SystemInit_ExtMemCtl() 308 GPIOE->OSPEEDR = 0xFFFFC3CF; in SystemInit_ExtMemCtl() 310 GPIOE->OTYPER = 0x00000000; in SystemInit_ExtMemCtl() 312 GPIOE->PUPDR = 0x00000000; in SystemInit_ExtMemCtl() 499 GPIOE->AFR[0] = 0xC00000CC; in SystemInit_ExtMemCtl() 500 GPIOE->AFR[1] = 0xCCCCCCCC; in SystemInit_ExtMemCtl() 502 GPIOE->MODER = 0xAAAA800A; in SystemInit_ExtMemCtl() 504 GPIOE->OSPEEDR = 0xAAAA800A; in SystemInit_ExtMemCtl() [all …]
|
/device/soc/st/stm32f407zg/uniproton/board/common/ |
D | system_stm32f4xx.c | 827 GPIOE->AFR[0] = 0xcccccccc; in SystemInit_ExtMemCtl() 828 GPIOE->AFR[1] = 0xcccccccc; in SystemInit_ExtMemCtl() 830 GPIOE->MODER = 0xaaaaaaaa; in SystemInit_ExtMemCtl() 832 GPIOE->OSPEEDR = 0xffffffff; in SystemInit_ExtMemCtl() 834 GPIOE->OTYPER = 0x00000000; in SystemInit_ExtMemCtl() 836 GPIOE->PUPDR = 0x00000000; in SystemInit_ExtMemCtl() 980 GPIOE->AFR[0] = 0xC00000CC; in SystemInit_ExtMemCtl() 981 GPIOE->AFR[1] = 0xCCCCCCCC; in SystemInit_ExtMemCtl() 983 GPIOE->MODER = 0xAAAA800A; in SystemInit_ExtMemCtl() 985 GPIOE->OSPEEDR = 0xAAAA800A; in SystemInit_ExtMemCtl() [all …]
|
D | stm32f4xx.h | 1667 #define GPIOE ((GPIO_TypeDef *) GPIOE_BASE) macro
|
/device/board/talkweb/niobe407/liteos_m/drivers/gpio/src/ |
D | hal_gpio.c | 21 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || \ 41 GroupAddr = ((GPIO_TypeDef *)GPIOE); in LL_GET_GPIOX()
|
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Src/ |
D | stm32f4xx_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()
|
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/ |
D | stm32f4xx_hal_exti.h | 162 #if defined (GPIOE) 265 #elif !defined (GPIOE)
|
D | stm32f4xx_hal_gpio_ex.h | 1272 ((__GPIOx__) == (GPIOE))? 4U :\ 1284 ((__GPIOx__) == (GPIOE))? 4U :\ 1303 ((__GPIOx__) == (GPIOE))? 4U : 7U) 1311 ((__GPIOx__) == (GPIOE))? 4U :\ 1320 ((__GPIOx__) == (GPIOE))? 4U : 7U)
|
D | stm32f4xx_ll_gpio.h | 35 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
|
D | stm32f4xx_ll_bus.h | 78 #if defined(GPIOE)
|
/device/board/talkweb/niobe407/liteos_m/drivers/gpio/include/ |
D | hal_gpio.h | 26 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
|
/device/soc/st/stm32f407zg/uniproton/board/hdf_config/ |
D | default.hcs | 9 … 5, 4, 4, 4, 0, 1, 1]; // group of gpio 0:GPIOA 1:GPIOB 2:GPIOC 3:GPIOD 4:GPIOE 5:GPIOF 6:GPIOG 7:…
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/utility/ |
D | config.c | 340 [RESET] = {GPIOE(14), 1, 0, 1, 0,}, in parse_modules_from_device_tree() 341 [PWDN] = {GPIOE(15), 1, 0, 1, 0,}, in parse_modules_from_device_tree() 377 [RESET] = {GPIOE(14), 1, 0, 1, 0,}, in parse_modules_from_device_tree() 378 [PWDN] = {GPIOE(15), 1, 0, 1, 0,}, in parse_modules_from_device_tree()
|
/device/board/isoftstone/zhiyuan/kernel/driver/include/ |
D | sunxi-gpio.h | 51 #define GPIOE(n) (SUNXI_PE_BASE + (n)) macro
|
/device/board/talkweb/niobe407/liteos_m/hdf_config/ |
D | default.hcs | 8 …group = [ 0, 1, 1, 0, 1, 1]; // group of gpio 0:GPIOA 1:GPIOB 2:GPIOC 3:GPIOD 4:GPIOE 5: GPIOF 6:…
|
D | hdf.hcs | 8 … 2, 3, 6, 1, 1, 7, 7]; // group of gpio 0:GPIOA 1:GPIOB 2:GPIOC 3:GPIOD 4:GPIOE 5: GPIOF 6:GPIOG 7…
|
/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc/ |
D | stm32mp1xx_hal_gpio_ex.h | 262 ((__GPIOx__) == (GPIOE))? 4U :\
|
D | stm32mp157axx_ca7.h | 3213 #define GPIOE ((GPIO_TypeDef *) GPIOE_BASE) macro 31110 ((INSTANCE) == GPIOE) || \
|
/device/board/talkweb/niobe407/liteos_m/drivers/hdf_base_hal/src/ |
D | hdf_base_hal.c | 28 GPIOE,
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/modules/sensor/ |
D | ov5648_mipi.c | 442 gpio_direction_output(GPIOE(6), 0); in sensor_power() 443 gpio_direction_output(GPIOE(7), 0); in sensor_power()
|
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/ |
D | stm32f4xx_gpio.c | 153 else if (GPIOx == GPIOE) in GPIO_DeInit()
|
/device/board/talkweb/niobe407/applications/201_hdf_gpio_key/ |
D | README_zh.md | 97 group = [4, 4, 4, 4]; // gpio引脚所属的group 0到8 分别对应GPIOA~GPIOI,此例4个gpio属于GPIOE
|
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/ |
D | stm32f4xx_gpio.h | 54 ((PERIPH) == GPIOE) || \
|
/device/soc/st/stm32f407zg/uniproton/board/hdf_platform/src/ |
D | gpio_stm32f407.c | 78 GPIOE,
|
/device/soc/st/stm32f4xx/sdk/Drivers/CMSIS/Device/ST/STM32F4xx/Include/ |
D | stm32f407xx.h | 1107 #define GPIOE ((GPIO_TypeDef *) GPIOE_BASE) macro 15135 ((INSTANCE) == GPIOE) || \
|