Searched refs:out_flags (Results 1 – 1 of 1) sorted by relevance
45 uint32_t out_flags = GPIO_OUTPUT_LOW | PIN_OUT_FLAGS; in test_callback() local48 out_flags = GPIO_OUTPUT_HIGH | GPIO_ACTIVE_LOW; in test_callback()51 int rc = gpio_pin_configure(dev_out, PIN_OUT, out_flags); in test_callback()92 TC_PRINT("OUT init %x, IN cfg %x, cnt %d\n", out_flags, mode, cb_cnt); in test_callback()
Completed in 15 milliseconds