KT25-0812_82A-UART/apps/common/charge_box/chargeIc_manage.h

20 lines
354 B
C
Raw Permalink Normal View History

2025-08-12 10:09:23 +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);
#endif