Searched refs:bucken_spec (Results 1 – 1 of 1) sorted by relevance
35 static const struct gpio_dt_spec bucken_spec = variable181 if (!device_is_ready(bucken_spec.port)) { in rpu_gpio_config()182 LOG_ERR("BUCKEN GPIO %s is not ready", bucken_spec.port->name); in rpu_gpio_config()186 ret = gpio_pin_configure_dt(&bucken_spec, (GPIO_OUTPUT | NRF_GPIO_DRIVE_H0H1)); in rpu_gpio_config()195 gpio_pin_configure_dt(&bucken_spec, GPIO_DISCONNECTED); in rpu_gpio_config()208 ret = gpio_pin_configure_dt(&bucken_spec, GPIO_DISCONNECTED); in rpu_gpio_remove()228 ret = gpio_pin_set_dt(&bucken_spec, 1); in rpu_pwron()239 gpio_pin_set_dt(&bucken_spec, 0); in rpu_pwron()245 if ((bucken_spec.port == iovdd_ctrl_spec.port) && in rpu_pwron()246 (bucken_spec.pin == iovdd_ctrl_spec.pin)) { in rpu_pwron()[all …]