Searched refs:GPIO_PuPd_UP (Results 1 – 4 of 4) sorted by relevance
41 gpioInitStruct.GPIO_PuPd = GPIO_PuPd_UP; in UartInit()
32 gpioInitStructure.GPIO_PuPd = GPIO_PuPd_UP; in Spi1Init()
112 GPIO_PuPd_UP = 0x01, enumerator115 #define IS_GPIO_PUPD(PUPD) (((PUPD) == GPIO_PuPd_NOPULL) || ((PUPD) == GPIO_PuPd_UP) || \
33 gpioInitStruct.GPIO_PuPd = GPIO_PuPd_UP; in W25qxxInit()