summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/battery/compal_e88.h
blob: c6c96f398d3bc9e04fa89592cdf25c3dbff6e36b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _BATTERY_COMPAL_E88_H
#define _BATTERY_COMPAL_E88_H

#include <stdint.h>
#include <abb/twl3025.h>

/* initialize the charger control loop on C123 */

extern void
battery_compal_e88_init();

extern uint16_t
compal_e88_madc[MADC_NUM_CHANNELS];

#endif