Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/regulator/
Dregulator_common.c32 int32_t current_uv; in regulator_common_init() local
68 ret = regulator_get_voltage(dev, &current_uv); in regulator_common_init()
74 if (current_uv < config->min_uv) { in regulator_common_init()
79 } else if (current_uv > config->max_uv) { in regulator_common_init()
/Zephyr-latest/boards/nxp/mimxrt595_evk/
Dboard.c146 int32_t current_uv, future_uv; in power_manager_set_profile() local
203 ret = regulator_get_voltage(sw1, &current_uv); in power_manager_set_profile()
210 if (future_uv > current_uv) { in power_manager_set_profile()