Searched refs:GPIO_Pull (Results 1 – 9 of 9) sorted by relevance
231 assert_param(IS_GPIO_PULL(GPIO_InitStruct->GPIO_Pull)); in GPIO_InitPeripheral()274 tmp = (GPIO_InitStruct->GPIO_Pull & (uint32_t)0x03); in GPIO_InitPeripheral()296 if (GPIO_InitStruct->GPIO_Pull == GPIO_Pull_Down) in GPIO_InitPeripheral()303 if (GPIO_InitStruct->GPIO_Pull == GPIO_Pull_Up) in GPIO_InitPeripheral()376 GPIO_InitStruct->GPIO_Pull = GPIO_No_Pull; in GPIO_InitStruct()
314 GPIO_InitStructure.GPIO_Pull = GPIO_No_Pull; in n32_pin_mode()324 GPIO_InitStructure.GPIO_Pull = GPIO_Pull_Up; in n32_pin_mode()334 GPIO_InitStructure.GPIO_Pull = GPIO_Pull_Down; in n32_pin_mode()
454 GPIO_InitStructure.GPIO_Pull = GPIO_Pull_Up; in rt_hw_i2c_init()499 GPIO_InitStructure.GPIO_Pull = GPIO_Pull_Up; in rt_hw_i2c_init()
57 GPIO_InitStructure.GPIO_Pull = GPIO_Pull_Up; in bxcan_hw_init()
192 …GPIO_PuPdType GPIO_Pull; /*!< Specifies the Pull-up or Pull-Down activation for the selected … member
Completed in 20 milliseconds