Searched refs:test_pin_2 (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/tests/boards/nrf/comp/src/ |
| D | test.c | 14 static const struct gpio_dt_spec test_pin_2 = GPIO_DT_SPEC_GET(DT_PATH(zephyr_user), second_gpios); variable 64 gpio_pin_set_dt(&test_pin_2, 1); in ZTEST() 67 gpio_pin_set_dt(&test_pin_2, 0); in ZTEST() 103 gpio_pin_set_dt(&test_pin_2, 1); in ZTEST() 106 gpio_pin_set_dt(&test_pin_2, 0); in ZTEST() 122 gpio_pin_set_dt(&test_pin_2, 0); in ZTEST() 141 gpio_pin_set_dt(&test_pin_2, 1); in ZTEST() 145 gpio_pin_set_dt(&test_pin_2, 0); in ZTEST() 162 gpio_pin_set_dt(&test_pin_2, 1); in ZTEST() 181 gpio_pin_set_dt(&test_pin_2, 0); in ZTEST() [all …]
|