Searched refs:GPIO_NOPULL (Results 1 – 7 of 7) sorted by relevance
166 #define GPIO_NOPULL (0x00000000u) /*!< No Pull-up or Pull-down activation */ macro254 #define IS_GPIO_PULL(__PULL__) (((__PULL__) == GPIO_NOPULL) ||\
174 #define GPIO_NOPULL (0x00000000U) /*!< No Pull-up or Pull-down activation */ macro205 #define IS_GPIO_PULL(PULL) (((PULL) == GPIO_NOPULL) || ((PULL) == GPIO_PULLUP) || \
211 #define GPIO_NOPULL ((uint32_t)0x00000000U) /*!< No Pull-up or Pull-down activation */ macro219 #define IS_GPIO_PULL(__PULL__) (((__PULL__) == GPIO_NOPULL) || ((__PULL__) == GPIO_PULLUP) || \
961 gpio.Pull = GPIO_NOPULL; in HAL_RCC_MCOConfig()
1072 gpio.Pull = GPIO_NOPULL; in HAL_RCC_MCOConfig()
1295 GPIO_InitStruct.Pull = GPIO_NOPULL; in HAL_RCC_MCOConfig()
2410 GPIO_InitStruct.Pull = GPIO_NOPULL; in HAL_RCCEx_EnableLSCO()