Lines Matching refs:test_pin_1
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()
242 gpio_pin_set_dt(&test_pin_1, 1); in ZTEST()
260 gpio_pin_set_dt(&test_pin_1, 0); in ZTEST()
266 gpio_pin_set_dt(&test_pin_1, 1); in ZTEST()
284 gpio_pin_configure_dt(&test_pin_1, GPIO_OUTPUT_INACTIVE); in test_before()