Go to the source code of this file.
Enumerations | |
enum | vreg_voltage { VREG_VOLTAGE_0_85 = 0b0110, VREG_VOLTAGE_0_90 = 0b0111, VREG_VOLTAGE_0_95 = 0b1000, VREG_VOLTAGE_1_00 = 0b1001, VREG_VOLTAGE_1_05 = 0b1010, VREG_VOLTAGE_1_10 = 0b1011, VREG_VOLTAGE_1_15 = 0b1100, VREG_VOLTAGE_1_20 = 0b1101, VREG_VOLTAGE_1_25 = 0b1110, VREG_VOLTAGE_1_30 = 0b1111, VREG_VOLTAGE_MIN = VREG_VOLTAGE_0_85, VREG_VOLTAGE_DEFAULT = VREG_VOLTAGE_1_10, VREG_VOLTAGE_MAX = VREG_VOLTAGE_1_30 } |
Functions | |
void | vreg_set_voltage (enum vreg_voltage voltage) |
Set voltage. More... | |
enum vreg_voltage |
Possible voltage values that can be applied to the regulator