KT25-1014_AC695x_BTE_SDK310/apps/common/charge_box/chargeIc_manage.h

21 lines
388 B
C
Raw Normal View History

2025-10-14 08:57:01 +00:00
#ifndef _CHARGEIC_MANAGE_H
#define _CHARGEIC_MANAGE_H
#include "printf.h"
#include "cpu.h"
#include "timer.h"
#include "app_config.h"
#include "event.h"
#include "system/includes.h"
void chargeIc_init(void);
void chargeIc_boost_ctrl(u8 en);
void chargeIc_pwr_ctrl(u8 en);
void chargebox_charge_start(void);
void chargebox_charge_close(void);
u8 chargebox_get_charge_en(void);
#endif