Searched refs:act_gpios (Results 1 – 2 of 2) sorted by relevance
228 struct gpio_dt_spec act_gpios; member
1135 if (!gpio_is_ready_dt(&cfg->act_gpios)) { in grow_r502a_init()1136 LOG_ERR("GPIO port %s not ready", cfg->act_gpios.port->name); in grow_r502a_init()1140 ret = gpio_pin_configure_dt(&cfg->act_gpios, GPIO_OUTPUT_ACTIVE); in grow_r502a_init()1236 .act_gpios = GPIO_DT_SPEC_INST_GET_OR(index, act_gpios, {}),)) \