Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/grow_r502a/
Dgrow_r502a.h227 struct gpio_dt_spec vin_gpios; member
Dgrow_r502a.c1122 if (!gpio_is_ready_dt(&cfg->vin_gpios)) { in grow_r502a_init()
1123 LOG_ERR("GPIO port %s not ready", cfg->vin_gpios.port->name); in grow_r502a_init()
1127 ret = gpio_pin_configure_dt(&cfg->vin_gpios, GPIO_OUTPUT_ACTIVE); in grow_r502a_init()
1235 (.vin_gpios = GPIO_DT_SPEC_INST_GET_OR(index, vin_gpios, {}), \