Home
last modified time | relevance | path

Searched refs:RCC_AHB1Periph_GPIOH (Results 1 – 3 of 3) sorted by relevance

/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
Dstm32f4xx_gpio.c170 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_GPIOH, ENABLE); in GPIO_DeInit()
171 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_GPIOH, DISABLE); in GPIO_DeInit()
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_rcc.h337 #define RCC_AHB1Periph_GPIOH ((uint32_t)0x00000080) macro
/device/soc/st/stm32f407zg/uniproton/board/hdf_platform/src/
Dgpio_stm32f407.c279 RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOH, ENABLE); in InitGpioClock()