Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/adc/
Dadc_max11102_17.c23 const struct gpio_dt_spec gpio_chsel; member
67 gpio_pin_set_dt(&config->gpio_chsel, data->current_channel_id); in max11102_17_switch_channel()
348 if (config->gpio_chsel.port != NULL) { in max11102_17_init()
354 if (config->gpio_chsel.port == NULL) { in max11102_17_init()
359 result = gpio_pin_configure_dt(&config->gpio_chsel, GPIO_OUTPUT_INACTIVE); in max11102_17_init()
409 .gpio_chsel = GPIO_DT_SPEC_INST_GET_OR(index, chsel_gpios, {0}), \