Home
last modified time | relevance | path

Searched refs:GPIO_PuPd (Results 1 – 7 of 7) sorted by relevance

/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
Dstm32f4xx_gpio.c211 assert_param(IS_GPIO_PUPD(GPIO_InitStruct->GPIO_PuPd)); in GPIO_Init()
245 GPIOx->PUPDR |= (((uint32_t)GPIO_InitStruct->GPIO_PuPd) << (pinpos * 2)); in GPIO_Init()
262 GPIO_InitStruct->GPIO_PuPd = GPIO_PuPd_NOPULL; in GPIO_StructInit()
/device/soc/st/stm32f407zg/uniproton/board/driver/ethernet/
Dlan8720.c41 gpioInitStruct.GPIO_PuPd = GPIO_PuPd_NOPULL; in LAN8720Init()
63 gpioInitStruct.GPIO_PuPd = GPIO_PuPd_NOPULL; in LAN8720Init()
/device/soc/st/stm32f407zg/uniproton/board/driver/usart/
Dusart.c41 gpioInitStruct.GPIO_PuPd = GPIO_PuPd_UP; in UartInit()
/device/soc/st/stm32f407zg/uniproton/board/driver/spi/
Dspi.c32 gpioInitStructure.GPIO_PuPd = GPIO_PuPd_UP; in Spi1Init()
/device/soc/st/stm32f407zg/uniproton/board/driver/w25qxx/
Dw25qxx.c33 gpioInitStruct.GPIO_PuPd = GPIO_PuPd_UP; in W25qxxInit()
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_gpio.h146 …GPIOPuPd_TypeDef GPIO_PuPd; /*!< Specifies the operating Pull-up/Pull down for the selected pi… member
/device/soc/st/stm32f407zg/uniproton/board/hdf_platform/src/
Dgpio_stm32f407.c313 gpioInitStruct.GPIO_PuPd = device->resource.pupd; in InitGpioDevice()