Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/regulator/
Dregulator_gpio.c30 int32_t current_volt_uv; member
132 if (best_voltage == data->current_volt_uv) { in regulator_gpio_set_voltage()
141 data->current_volt_uv = best_voltage; in regulator_gpio_set_voltage()
149 *volt_uv = data->current_volt_uv; in regulator_gpio_get_voltage()
214 .current_volt_uv = INT32_MAX, \