Go to the source code of this file.
Enumerations | |
enum | vreg_voltage { VREG_VOLTAGE_0_85 = 0b00110 , VREG_VOLTAGE_0_90 = 0b00111 , VREG_VOLTAGE_0_95 = 0b01000 , VREG_VOLTAGE_1_00 = 0b01001 , VREG_VOLTAGE_1_05 = 0b01010 , VREG_VOLTAGE_1_10 = 0b01011 , VREG_VOLTAGE_1_15 = 0b01100 , VREG_VOLTAGE_1_20 = 0b01101 , VREG_VOLTAGE_1_25 = 0b01110 , VREG_VOLTAGE_1_30 = 0b01111 , 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... | |
void | vreg_disable_voltage_limit (void) |
Enable use of voltages beyond the safe range of operation. More... | |
enum vreg_voltage |
Possible voltage values that can be applied to the regulator