Searched refs:GPIO_No_Pull (Results 1 – 7 of 7) sorted by relevance
163 GPIO_No_Pull = 0x00000000, /*!< No Pull-up or Pull-down activation */ enumerator171 #define IS_GPIO_PULL(__PULL__) (((__PULL__) == GPIO_No_Pull) || ((__PULL__) == GPIO_Pull_Up) || \
376 GPIO_InitStruct->GPIO_Pull = GPIO_No_Pull; in GPIO_InitStruct()
314 GPIO_InitStructure.GPIO_Pull = GPIO_No_Pull; in n32_pin_mode()
Completed in 22 milliseconds