Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/regulator/
Dregulator_gpio.c39 int new_state_of_gpio = (state >> gpio_idx) & 0x1; in regulator_gpio_apply_state() local
47 if (ret != new_state_of_gpio) { in regulator_gpio_apply_state()
48 ret = gpio_pin_set_dt(&cfg->gpios[gpio_idx], new_state_of_gpio); in regulator_gpio_apply_state()