Home
last modified time | relevance | path

Searched refs:gpio_busy (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/dac/
Ddac_max22017.c23 const struct gpio_dt_spec gpio_busy; member
114 if (config->gpio_busy.port) { in max22017_write_value()
115 if (gpio_pin_get_dt(&config->gpio_busy)) { in max22017_write_value()
201 if (config->gpio_busy.port) { in max22017_init()
202 ret = gpio_pin_configure_dt(&config->gpio_busy, GPIO_INPUT); in max22017_init()
224 .gpio_busy = GPIO_DT_SPEC_INST_GET_OR(id, busy_gpios, {0}), \