regulator_set_voltage_time (9) - Linux Manuals
regulator_set_voltage_time: get raise/fall time
NAME
regulator_set_voltage_time - get raise/fall time
SYNOPSIS
-
int regulator_set_voltage_time(struct regulator
* regulator, intold_uV, int new_uV);
ARGUMENTS
regulator
-
- regulator source
old_uV
- starting voltage in microvolts
new_uV
- target voltage in microvolts
DESCRIPTION
Provided with the starting and ending voltage, this function attempts to calculate the time in microseconds required to rise or fall to this new voltage.
AUTHORS
Liam Girdwood <lrg [at] slimlogic.co.uk>
- Author.
Mark Brown <broonie [at] opensource.wolfsonmicro.com>
Wolfson Microelectronics,
COPYRIGHT