Searched refs:GPIO_PuPd (Results 1 – 7 of 7) sorted by relevance
211 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()
41 gpioInitStruct.GPIO_PuPd = GPIO_PuPd_NOPULL; in LAN8720Init()63 gpioInitStruct.GPIO_PuPd = GPIO_PuPd_NOPULL; in LAN8720Init()
41 gpioInitStruct.GPIO_PuPd = GPIO_PuPd_UP; in UartInit()
32 gpioInitStructure.GPIO_PuPd = GPIO_PuPd_UP; in Spi1Init()
33 gpioInitStruct.GPIO_PuPd = GPIO_PuPd_UP; in W25qxxInit()
146 …GPIOPuPd_TypeDef GPIO_PuPd; /*!< Specifies the operating Pull-up/Pull down for the selected pi… member
313 gpioInitStruct.GPIO_PuPd = device->resource.pupd; in InitGpioDevice()