Searched refs:voltage (Results 1 – 4 of 4) sorted by relevance
37 * This example configures the positive voltage input as the voltage39 * The negative voltage input is obtained from the voltage ladder, the40 * voltage ladder output is set to around 50% of Vdd.41 * Adjust the POT up and down to adjust the voltage into the analog42 * comparator. When the voltage crosses the negative voltage input,43 * a CMP IRQ is fired. Based on which side of the voltage is in
10 void vreg_set_voltage(enum vreg_voltage voltage) { in vreg_set_voltage() argument11 …hw_write_masked(&vreg_and_chip_reset_hw->vreg, voltage << VREG_AND_CHIP_RESET_VREG_VSEL_LSB, VREG_… in vreg_set_voltage()
49 void vreg_set_voltage(enum vreg_voltage voltage);
109 voltage-ranges = <3300 3300>;
Completed in 7 milliseconds