Searched refs:test_gpio_pin_interrupt_edge (Results 1 – 1 of 1) sorted by relevance
50 void test_gpio_pin_interrupt_edge(unsigned int cfg_flags, in test_gpio_pin_interrupt_edge() function211 test_gpio_pin_interrupt_edge(0, GPIO_INT_EDGE_RISING); in ZTEST()217 test_gpio_pin_interrupt_edge(0, GPIO_INT_EDGE_FALLING); in ZTEST()223 test_gpio_pin_interrupt_edge(0, GPIO_INT_EDGE_BOTH); in ZTEST()230 test_gpio_pin_interrupt_edge(GPIO_ACTIVE_HIGH, GPIO_INT_EDGE_TO_ACTIVE); in ZTEST()232 test_gpio_pin_interrupt_edge(GPIO_ACTIVE_LOW, GPIO_INT_EDGE_TO_ACTIVE); in ZTEST()239 test_gpio_pin_interrupt_edge(GPIO_ACTIVE_HIGH, GPIO_INT_EDGE_TO_INACTIVE); in ZTEST()241 test_gpio_pin_interrupt_edge(GPIO_ACTIVE_LOW, GPIO_INT_EDGE_TO_INACTIVE); in ZTEST()