Searched refs:IS_GPIO_PULL (Results 1 – 11 of 11) sorted by relevance
168 #define IS_GPIO_PULL(__PULL__) (((__PULL__) == GPIO_NOPULL) ||\ macro
172 #define IS_GPIO_PULL(__PULL__) (((__PULL__) == GPIO_NOPULL) ||\ macro
205 #define IS_GPIO_PULL(PULL) (((PULL) == GPIO_NOPULL) || ((PULL) == GPIO_PULLUP) || \ macro
212 assert_param(IS_GPIO_PULL(GPIO_Init->Pull)); in HAL_GPIO_Init()
86 if (!IS_GPIO_PULL(GPIO_Init->Pull)) return; in HAL_GPIO_Init()
171 #define IS_GPIO_PULL(__PULL__) (((__PULL__) == GPIO_No_Pull) || ((__PULL__) == GPIO_Pull_Up) || \ macro
231 assert_param(IS_GPIO_PULL(GPIO_InitStruct->GPIO_Pull)); in GPIO_InitPeripheral()
Completed in 20 milliseconds