Searched refs:IS_GPIO_TYPE (Results 1 – 6 of 6) sorted by relevance
225 #define IS_GPIO_TYPE(x) (((x) == GPIO_TYPE_TTL) || \ macro
235 #define IS_GPIO_TYPE(x) (((x) == ALD_GPIO_TYPE_TTL) || \ macro
273 #define IS_GPIO_TYPE(x) (((x) == GPIO_TYPE_TTL) || \ macro
192 assert_param(IS_GPIO_TYPE(init->type)); in ald_gpio_init()
194 assert_param(IS_GPIO_TYPE(init->type)); in ald_gpio_init()
196 assert_param(IS_GPIO_TYPE(init->type)); in ald_gpio_init()
Completed in 12 milliseconds