Searched refs:IS_GPIO_ODOS (Results 1 – 4 of 4) sorted by relevance
214 #define IS_GPIO_ODOS(x) (((x) == GPIO_PUSH_PULL) || \ macro
260 #define IS_GPIO_ODOS(x) (((x) == GPIO_PUSH_PULL) || \ macro
190 assert_param(IS_GPIO_ODOS(init->odos)); in ald_gpio_init()
191 assert_param(IS_GPIO_ODOS(init->odos)); in ald_gpio_init()
Completed in 12 milliseconds