Home
last modified time | relevance | path

Searched refs:GPIOA (Results 1 – 25 of 28) sorted by relevance

12

/device/soc/st/stm32f407zg/uniproton/board/driver/usart/
Dusart.c38 GPIO_PinAFConfig(GPIOA, GPIO_PinSource10, GPIO_AF_USART1); in UartInit()
39 GPIO_PinAFConfig(GPIOA, GPIO_PinSource9, GPIO_AF_USART1); in UartInit()
46 GPIO_Init(GPIOA, &gpioInitStruct); in UartInit()
/device/board/talkweb/niobe407/liteos_m/bootloader/src/
Dsystem_stm32f4xx.c461 GPIOA->AFR[0] |= 0xC0000000; in SystemInit_ExtMemCtl()
462 GPIOA->AFR[1] |= 0x00000000; in SystemInit_ExtMemCtl()
464 GPIOA->MODER |= 0x00008000; in SystemInit_ExtMemCtl()
466 GPIOA->OSPEEDR |= 0x00008000; in SystemInit_ExtMemCtl()
468 GPIOA->OTYPER |= 0x00000000; in SystemInit_ExtMemCtl()
470 GPIOA->PUPDR |= 0x00000000; in SystemInit_ExtMemCtl()
/device/board/talkweb/niobe407/liteos_m/bsp/src/
Dsystem_stm32f4xx.c462 GPIOA->AFR[0] |= 0xC0000000; in SystemInit_ExtMemCtl()
463 GPIOA->AFR[1] |= 0x00000000; in SystemInit_ExtMemCtl()
465 GPIOA->MODER |= 0x00008000; in SystemInit_ExtMemCtl()
467 GPIOA->OSPEEDR |= 0x00008000; in SystemInit_ExtMemCtl()
469 GPIOA->OTYPER |= 0x00000000; in SystemInit_ExtMemCtl()
471 GPIOA->PUPDR |= 0x00000000; in SystemInit_ExtMemCtl()
/device/board/talkweb/niobe407/liteos_m/drivers/gpio/src/
Dhal_gpio.c21 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || \
29 GroupAddr = ((GPIO_TypeDef *)GPIOA); in LL_GET_GPIOX()
/device/soc/st/stm32f407zg/uniproton/board/driver/ethernet/
Dlan8720.c45 GPIO_Init(GPIOA, &gpioInitStruct); in LAN8720Init()
47 GPIO_PinAFConfig(GPIOA, GPIO_PinSource7, GPIO_AF_ETH); in LAN8720Init()
48 GPIO_PinAFConfig(GPIOA, GPIO_PinSource2, GPIO_AF_ETH); in LAN8720Init()
49 GPIO_PinAFConfig(GPIOA, GPIO_PinSource1, GPIO_AF_ETH); in LAN8720Init()
/device/soc/st/stm32mp1xx/sdk_liteos/hdf_config/pwm/
Dpwm_config.hcs16 <port> 0:GPIOA 1:GPIOB 3:GPIOC ......
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Src/
Dstm32f4xx_ll_gpio.c34 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
112 if (GPIOx == GPIOA) in LL_GPIO_DeInit()
Dstm32f4xx_hal_rcc.c90 #define MCO1_GPIO_PORT GPIOA
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_hal_gpio_ex.h1268 #define GPIO_GET_INDEX(__GPIOx__) (uint8_t)(((__GPIOx__) == (GPIOA))? 0U :\
1280 #define GPIO_GET_INDEX(__GPIOx__) (uint8_t)(((__GPIOx__) == (GPIOA))? 0U :\
1293 #define GPIO_GET_INDEX(__GPIOx__) (uint8_t)(((__GPIOx__) == (GPIOA))? 0U :\
1299 #define GPIO_GET_INDEX(__GPIOx__) (uint8_t)(((__GPIOx__) == (GPIOA))? 0U :\
1307 #define GPIO_GET_INDEX(__GPIOx__) (uint8_t)(((__GPIOx__) == (GPIOA))? 0U :\
1316 #define GPIO_GET_INDEX(__GPIOx__) (uint8_t)(((__GPIOx__) == (GPIOA))? 0U :\
1323 #define GPIO_GET_INDEX(__GPIOx__) (uint8_t)(((__GPIOx__) == (GPIOA))? 0U :\
1329 #define GPIO_GET_INDEX(__GPIOx__) (uint8_t)(((__GPIOx__) == (GPIOA))? 0U :\
Dstm32f4xx_ll_gpio.h35 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
/device/soc/st/stm32mp1xx/sdk_liteos/hdf_config/i2c/
Di2c_config.hcs25 <port> 0:GPIOA 1:GPIOB 3:GPIOC ......
/device/board/talkweb/niobe407/liteos_m/drivers/gpio/include/
Dhal_gpio.h26 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
/device/soc/st/stm32mp1xx/sdk_liteos/hdf_config/adc/
Dadc_config.hcs18 … <port> 0:GPIOA 1:GPIOB 2:GPIOC ...... 253:internal channel 254:ADC dedicated pin 255:unavailable
/device/board/talkweb/niobe407/liteos_m/lwip_adapter/src/
Dethernetif.c83 HAL_GPIO_WritePin(GPIOA, GPIO_PIN_0, GPIO_PIN_SET); in HAL_ETH_MspInit()
89 HAL_GPIO_Init(GPIOA, &GPIO_InitStructure); in HAL_ETH_MspInit()
103 HAL_GPIO_Init(GPIOA, &GPIO_InitStructure); in HAL_ETH_MspInit()
/device/soc/st/stm32f407zg/uniproton/board/hdf_config/
Ddefault.hcs9 …group = [5, 5, 5, 4, 4, 4, 0, 1, 1]; // group of gpio 0:GPIOA 1:GPIOB 2:GPIOC 3:GPIOD 4:GPIOE 5:GP…
/device/soc/st/stm32mp1xx/sdk_liteos/hdf_config/spi_i2s/
Dspi_i2s_config.hcs20 <port> 0:GPIOA 1:GPIOB 2:GPIOC ...... 10:GPIOK 25:GPIOZ
/device/board/isoftstone/zhiyuan/kernel/driver/include/
Dsunxi-gpio.h47 #define GPIOA(n) (SUNXI_PA_BASE + (n)) macro
/device/board/talkweb/niobe407/liteos_m/hdf_config/
Ddefault.hcs8 …group = [ 0, 1, 1, 0, 1, 1]; // group of gpio 0:GPIOA 1:GPIOB 2:GPIOC 3:GPIOD 4:GPIOE 5: GPIOF 6:…
Dhdf.hcs8 …4, 4, 0, 0, 8, 0, 1, 1, 0, 2, 2, 2, 3, 6, 1, 1, 7, 7]; // group of gpio 0:GPIOA 1:GPIOB 2:GPIOC 3:…
/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc/
Dstm32mp1xx_hal_gpio_ex.h258 #define GPIO_GET_INDEX(__GPIOx__) (uint8_t)(((__GPIOx__) == (GPIOA))? 0U :\
/device/board/talkweb/niobe407/liteos_m/drivers/hdf_base_hal/src/
Dhdf_base_hal.c24 GPIOA,
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
Dstm32f4xx_gpio.c133 if (GPIOx == GPIOA) in GPIO_DeInit()
/device/board/talkweb/niobe407/applications/201_hdf_gpio_key/
DREADME_zh.md97 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/
Dstm32f4xx_gpio.h50 #define IS_GPIO_ALL_PERIPH(PERIPH) (((PERIPH) == GPIOA) || \
/device/soc/st/stm32f407zg/uniproton/board/hdf_platform/src/
Dgpio_stm32f407.c74 GPIOA,

12