1. NAME▲
regulator_set_voltage_time - get raise/fall time
2. SYNOPSIS ▲
int regulator_set_voltage_time(struct regulator * regulator , int old_uV , int new_uV );
3. ARGUMENTS ▲
regulator
regulator source
old_uV
starting voltage in microvolts
new_uV
target voltage in microvolts
4. 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.
5. AUTHORS ▲
Liam Girdwood <>
Author.
Mark Brown <>
Wolfson Microelectronics,
Author.
6. COPYRIGHT ▲