Searched defs:IS_GPIO_TYPE (Results 1 – 3 of 3) 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
Completed in 12 milliseconds