Searched refs:act_gpios (Results 1 – 2 of 2) sorted by relevance
228 struct gpio_dt_spec act_gpios; member
1142 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, {}),)) \