zephyr/drivers/regulator
Andy Sinclair a00713bc45 drivers: regulator: Added initial voltage configuration
The regulator driver has a configured min/max range that is used
to limit set values, and to initialise the regulator.

A new init value has been added, so that the startup voltage can
be higher than the lowest permitted value.

Signed-off-by: Andy Sinclair <andy.sinclair@nordicsemi.no>
2023-03-22 21:19:51 +01:00
..
CMakeLists.txt
Kconfig
Kconfig.fake
Kconfig.fixed
Kconfig.npm1100
Kconfig.npm6001
Kconfig.pca9420
Kconfig.rpi_pico
regulator_common.c drivers: regulator: Added initial voltage configuration 2023-03-22 21:19:51 +01:00
regulator_fake.c
regulator_fixed.c
regulator_npm1100.c
regulator_npm6001.c
regulator_pca9420.c
regulator_rpi_pico.c
regulator_shell.c