Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/regulator/
Dregulator_shell.c154 int32_t last_volt_uv = 0; in cmd_vlist() local
172 if ((i == 0U) || (last_volt_uv != volt_uv)) { in cmd_vlist()
176 last_volt_uv = volt_uv; in cmd_vlist()