Home
last modified time | relevance | path

Searched refs:test_gpio_pin_interrupt_edge (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/drivers/gpio/gpio_api_1pin/src/
Dtest_pin_interrupt.c50 void test_gpio_pin_interrupt_edge(unsigned int cfg_flags, in test_gpio_pin_interrupt_edge() function
211 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()