Home
last modified time | relevance | path

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

/Zephyr-latest/modules/nrf_wifi/bus/
Drpu_hw_if.c32 static const struct gpio_dt_spec iovdd_ctrl_spec = variable
176 if (!device_is_ready(iovdd_ctrl_spec.port)) { in rpu_gpio_config()
177 LOG_ERR("IOVDD GPIO %s is not ready", iovdd_ctrl_spec.port->name); in rpu_gpio_config()
192 ret = gpio_pin_configure_dt(&iovdd_ctrl_spec, GPIO_OUTPUT); in rpu_gpio_config()
214 ret = gpio_pin_configure_dt(&iovdd_ctrl_spec, GPIO_DISCONNECTED); in rpu_gpio_remove()
236 ret = gpio_pin_set_dt(&iovdd_ctrl_spec, 1); 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()
254 gpio_pin_get_dt(&iovdd_ctrl_spec)); in rpu_pwron()
269 ret = gpio_pin_set_dt(&iovdd_ctrl_spec, 0); /* IOVDD CNTRL = 0 */ in rpu_pwroff()