Searched refs:int_flags (Results 1 – 1 of 1) sorted by relevance
51 unsigned int int_flags) in test_gpio_pin_interrupt_edge() argument86 ret = gpio_pin_interrupt_configure(port, TEST_PIN, int_flags); in test_gpio_pin_interrupt_edge()96 if (int_flags & GPIO_INT_HIGH_1) { in test_gpio_pin_interrupt_edge()104 if (int_flags & GPIO_INT_LOW_0) { in test_gpio_pin_interrupt_edge()124 unsigned int int_flags, unsigned int interrupt_calls) in test_gpio_pin_interrupt_level() argument145 pin_out_val = ((int_flags & GPIO_INT_HIGH_1) != 0) ? 0 : 1; in test_gpio_pin_interrupt_level()166 ret = gpio_pin_interrupt_configure(port, TEST_PIN, int_flags); in test_gpio_pin_interrupt_level()192 ret = gpio_pin_interrupt_configure(port, TEST_PIN, int_flags); in test_gpio_pin_interrupt_level()
Completed in 6 milliseconds