Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/grow_r502a/
Dgrow_r502a.h228 struct gpio_dt_spec act_gpios; member
Dgrow_r502a.c1142 if (!gpio_is_ready_dt(&cfg->act_gpios)) { in grow_r502a_init()
1143 LOG_ERR("GPIO port %s not ready", cfg->act_gpios.port->name); in grow_r502a_init()
1147 ret = gpio_pin_configure_dt(&cfg->act_gpios, GPIO_OUTPUT_ACTIVE); in grow_r502a_init()
1243 .act_gpios = GPIO_DT_SPEC_INST_GET_OR(index, act_gpios, {}),)) \