Home
last modified time | relevance | path

Searched refs:GPIO_PuPd_UP (Results 1 – 4 of 4) sorted by relevance

/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/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_gpio.h112 GPIO_PuPd_UP = 0x01, enumerator
115 #define IS_GPIO_PUPD(PUPD) (((PUPD) == GPIO_PuPd_NOPULL) || ((PUPD) == GPIO_PuPd_UP) || \
/device/soc/st/stm32f407zg/uniproton/board/driver/w25qxx/
Dw25qxx.c33 gpioInitStruct.GPIO_PuPd = GPIO_PuPd_UP; in W25qxxInit()