Searched refs:IS_GPIO_PR (Results 1 – 4 of 4) sorted by relevance
329 #define IS_GPIO_PR(x) (((x) == GPIO_PR_UP) || ((x) == GPIO_PR_DOWN) || ((x) == GPIO_PR_DISAB… macro
164 Assert_Param(IS_GPIO_PR(GPIO_PR_x)); in GPIO_PullResistorConfig()
394 #define IS_GPIO_PR(x) (IS_GPIO_PR_UP(x) || \ macro
168 Assert_Param(IS_GPIO_PR(GPIO_PR_x)); in GPIO_PullResistorConfig()
Completed in 19 milliseconds