Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/gpio/gpio_api_1pin/src/
Dtest_config.c28 static void pin_set_raw_and_verify(const struct device *port, in pin_set_raw_and_verify() function
61 pin_set_raw_and_verify(port, TEST_PIN, 1, TEST_POINT(1)); in ZTEST()
62 pin_set_raw_and_verify(port, TEST_PIN, 0, TEST_POINT(1)); in ZTEST()
75 pin_set_raw_and_verify(port, TEST_PIN, 0, TEST_POINT(2)); in ZTEST()
78 pin_set_raw_and_verify(port, TEST_PIN, 1, TEST_POINT(3)); in ZTEST()
81 pin_set_raw_and_verify(port, TEST_PIN, 0, TEST_POINT(4)); in ZTEST()
129 pin_set_raw_and_verify(port, TEST_PIN, 0, TEST_POINT(10)); in ZTEST()
132 pin_set_raw_and_verify(port, TEST_PIN, 1, TEST_POINT(11)); in ZTEST()
233 pin_set_raw_and_verify(port, TEST_PIN, 0, TEST_POINT(2)); in ZTEST()
255 pin_set_raw_and_verify(port, TEST_PIN, 0, TEST_POINT(4)); in ZTEST()
[all …]
Dtest_pin.c37 static void pin_set_raw_and_verify(const struct device *port, in pin_set_raw_and_verify() function
79 pin_set_raw_and_verify(port, TEST_PIN, 1, 0); in ZTEST()
161 pin_set_raw_and_verify(port, TEST_PIN, test_vector[i], i); in ZTEST()
247 pin_set_raw_and_verify(port, TEST_PIN, test_vector[i], i); in ZTEST()
298 pin_set_raw_and_verify(port, TEST_PIN, test_vector[i], i); in ZTEST()