Contiki-NG
Files | Functions

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  tps62730.c
 Driver for the TPS62730 voltage regulator.
 
file  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)