Searched refs:IS_GPIO_PULL (Results 1 – 6 of 6) sorted by relevance
254 #define IS_GPIO_PULL(__PULL__) (((__PULL__) == GPIO_NOPULL) ||\ macro
205 #define IS_GPIO_PULL(PULL) (((PULL) == GPIO_NOPULL) || ((PULL) == GPIO_PULLUP) || \ macro
219 #define IS_GPIO_PULL(__PULL__) (((__PULL__) == GPIO_NOPULL) || ((__PULL__) == GPIO_PULLUP) || \ macro
204 assert_param(IS_GPIO_PULL(GPIO_Init->Pull)); in HAL_GPIO_Init()
191 assert_param(IS_GPIO_PULL(GPIO_Init->Pull)); in HAL_GPIO_Init()
198 assert_param(IS_GPIO_PULL(GPIO_Init->Pull)); in HAL_GPIO_Init()