Lines Matching refs:test_pin_2
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()
187 gpio_pin_set_dt(&test_pin_2, 1); in ZTEST()
203 gpio_pin_set_dt(&test_pin_2, 0); in ZTEST()
221 gpio_pin_set_dt(&test_pin_2, 1); in ZTEST()
227 gpio_pin_set_dt(&test_pin_2, 0); in ZTEST()
243 gpio_pin_set_dt(&test_pin_2, 0); in ZTEST()
261 gpio_pin_set_dt(&test_pin_2, 1); in ZTEST()
267 gpio_pin_set_dt(&test_pin_2, 0); in ZTEST()
285 gpio_pin_configure_dt(&test_pin_2, GPIO_OUTPUT_INACTIVE); in test_before()