Searched refs:IS_GPIO_FLT (Results 1 – 6 of 6) sorted by relevance
223 #define IS_GPIO_FLT(x) (((x) == GPIO_FILTER_DISABLE) || \ macro
233 #define IS_GPIO_FLT(x) (((x) == ALD_GPIO_FILTER_DISABLE) || \ macro
271 #define IS_GPIO_FLT(x) (((x) == GPIO_FILTER_DISABLE) || \ macro
191 assert_param(IS_GPIO_FLT(init->flt)); in ald_gpio_init()
193 assert_param(IS_GPIO_FLT(init->flt)); in ald_gpio_init()
195 assert_param(IS_GPIO_FLT(init->flt)); in ald_gpio_init()
Completed in 16 milliseconds