FreeCalypso > hg > ffs-editor
comparison src/cs/drivers/drv_app/fchg/fchg_func_i.h @ 0:92470e5d0b9e
src: partial import from FC Selenite
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 15 May 2020 01:28:16 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:92470e5d0b9e |
---|---|
1 /* | |
2 * Declarations of internal functions live here. | |
3 */ | |
4 | |
5 #ifndef __FCHG_FUNC_I | |
6 #define __FCHG_FUNC_I | |
7 | |
8 #include "fchg/fchg_messages.h" | |
9 | |
10 void pwr_init_discharge(void); | |
11 void pwr_load_ffs_batt_table(void); | |
12 void pwr_load_ffs_charging_config(void); | |
13 void pwr_set_default_batt_table(void); | |
14 | |
15 void pwr_process_message(T_RV_HDR *msg_ptr); | |
16 void pwr_process_adc(struct pwr_adc_ind_s *msg); | |
17 void pwr_handle_timer(void); | |
18 void pwr_charger_plug(void); | |
19 void pwr_charger_unplug(void); | |
20 void pwr_charge_start_req(void); | |
21 void pwr_charge_stop_req(void); | |
22 | |
23 #endif /* include guard */ |