FreeCalypso > hg > fc-tourmaline
view src/cs/drivers/drv_app/fchg/fchg_func_i.h @ 290:0e5ccb343284
implement PWT buzzer driver
The piece implemented here is the low-level driver component; there will
also be a higher-level buzzer melody player service, to be implemented
in RiViera land, that will be the sole caller of PWT API functions
provided by the present driver.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 26 Mar 2022 18:23:50 +0000 |
parents | 7420959e02ec |
children |
line wrap: on
line source
/* * Declarations of internal functions live here. */ #ifndef __FCHG_FUNC_I #define __FCHG_FUNC_I #include "fchg/fchg_messages.h" void pwr_init_discharge(void); void pwr_load_ffs_batt_table(void); void pwr_load_ffs_charging_config(void); void pwr_check_ffs_bsim(void); void pwr_set_default_batt_table(void); void pwr_process_message(T_RV_HDR *msg_ptr); void pwr_process_adc(struct pwr_adc_ind_s *msg); void pwr_handle_timer(void); void pwr_charger_plug_unplug_ind(void); void pwr_charge_start_req(void); void pwr_charge_stop_req(void); #endif /* include guard */