Contiki-NG
Loading...
Searching...
No Matches

Driver for the TPS62730 voltage regulator, to enable power from the battery voltage (bypass, Vout=Vin, Iq < 1uA) or through the buck regulator (on, Vout=2.1V, Iq = 30uA). More...

Files

file  arch/platform/openmote/dev/tps62730.c
 Driver for the TPS62730 voltage regulator.
file  arch/platform/openmote/dev/tps62730.h
 Driver for the TPS62730 voltage regulator.

Functions

void tps62730_init (void)
 Initialize the TPS62730 voltage regulator in bypass mode.
void tps62730_on (void)
 Set TPS62730 to on, Vout = 2.2V, Iq = 30 uA.
void tps62730_bypass (void)
 Set TPS62730 to bypass, Vout = Vin, Iq < 1 uA.

Detailed Description

Driver for the TPS62730 voltage regulator, to enable power from the battery voltage (bypass, Vout=Vin, Iq < 1uA) or through the buck regulator (on, Vout=2.1V, Iq = 30uA).

Driver for the TPS62730 voltage regulator, to enable power from the battery voltage (bypass, Vout=Vin, Iq < 1uA) or through the buck regulator (on, Vout=2.1V, Iq = 30uA)