Searched refs:test_pin_1 (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/tests/boards/nrf/comp/src/ |
| D | test.c | 13 static const struct gpio_dt_spec test_pin_1 = GPIO_DT_SPEC_GET(DT_PATH(zephyr_user), first_gpios); variable 121 gpio_pin_set_dt(&test_pin_1, 1); in ZTEST() 140 gpio_pin_set_dt(&test_pin_1, 0); in ZTEST() 146 gpio_pin_set_dt(&test_pin_1, 1); in ZTEST() 161 gpio_pin_set_dt(&test_pin_1, 0); in ZTEST() 180 gpio_pin_set_dt(&test_pin_1, 1); in ZTEST() 186 gpio_pin_set_dt(&test_pin_1, 0); in ZTEST() 202 gpio_pin_set_dt(&test_pin_1, 1); in ZTEST() 220 gpio_pin_set_dt(&test_pin_1, 0); in ZTEST() 226 gpio_pin_set_dt(&test_pin_1, 1); in ZTEST() [all …]
|