Home
last modified time | relevance | path

Searched refs:RCC_AHB1Periph_GPIOG (Results 1 – 5 of 5) sorted by relevance

/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
Dstm32f4xx_gpio.c165 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_GPIOG, ENABLE); in GPIO_DeInit()
166 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_GPIOG, DISABLE); in GPIO_DeInit()
/device/soc/st/stm32f407zg/uniproton/board/driver/w25qxx/
Dw25qxx.c30 RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOG, ENABLE); in W25qxxInit()
/device/soc/st/stm32f407zg/uniproton/board/driver/ethernet/
Dlan8720.c37 RCC_AHB1Periph_GPIOG | RCC_AHB1Periph_GPIOD, ENABLE); in LAN8720Init()
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_rcc.h336 #define RCC_AHB1Periph_GPIOG ((uint32_t)0x00000040) macro
/device/soc/st/stm32f407zg/uniproton/board/hdf_platform/src/
Dgpio_stm32f407.c276 RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOG, ENABLE); in InitGpioClock()