Searched refs:pin_set_and_verify (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/drivers/gpio/gpio_api_1pin/src/ |
D | test_pin_interrupt.c | 41 static void pin_set_and_verify(const struct device *port, unsigned int pin, in pin_set_and_verify() function 95 pin_set_and_verify(port, TEST_PIN, 1, i); in test_gpio_pin_interrupt_edge() 103 pin_set_and_verify(port, TEST_PIN, 0, i); in test_gpio_pin_interrupt_edge() 116 pin_set_and_verify(port, TEST_PIN, 1, i); in test_gpio_pin_interrupt_edge() 117 pin_set_and_verify(port, TEST_PIN, 0, i); in test_gpio_pin_interrupt_edge() 179 pin_set_and_verify(port, TEST_PIN, pin_out_val, i); in test_gpio_pin_interrupt_level() 186 pin_set_and_verify(port, TEST_PIN, pin_out_val, i); in test_gpio_pin_interrupt_level() 201 pin_set_and_verify(port, TEST_PIN, 1, i); in test_gpio_pin_interrupt_level() 202 pin_set_and_verify(port, TEST_PIN, 0, i); in test_gpio_pin_interrupt_level()
|
D | test_pin.c | 46 static void pin_set_and_verify(const struct device *port, unsigned int pin, in pin_set_and_verify() function 117 pin_set_and_verify(port, TEST_PIN, 1, 0); in ZTEST() 198 pin_set_and_verify(port, TEST_PIN, test_vector[i], i); in ZTEST() 237 pin_set_and_verify(port, TEST_PIN, test_vector[i], i); in ZTEST() 287 pin_set_and_verify(port, TEST_PIN, test_vector[i], i); in ZTEST()
|