Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/gpio/gpio_api_1pin/src/
Dtest_config.c13 #define TEST_POINT(n) (n) macro
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()
76 pin_get_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()
79 pin_get_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()
82 pin_get_raw_and_verify(port, TEST_PIN, 0, TEST_POINT(4)); in ZTEST()
90 pin_get_raw_and_verify(port, TEST_PIN, 1, TEST_POINT(5)); in ZTEST()
[all …]