chargeController/APP/businessLogic/Inc/bl_chargControl.h

18 lines
376 B
C
Raw Normal View History

2024-12-06 09:38:25 +00:00
#ifndef BL_CHARG_CONTROL_H_
#define BL_CHARG_CONTROL_H_
2024-12-16 09:28:12 +00:00
#include "chargControlTypes.h"
2024-12-06 13:23:28 +00:00
#include "FM_TIM.h"
#include "comm_types.h"
2024-12-06 09:38:25 +00:00
2024-12-11 14:11:05 +00:00
BOOL getChargControlFlag(void);
void setChargControlFlag(BOOL state);
void bl_chargControl(void);
2024-12-11 09:51:48 +00:00
void endChargWork(void);
void stopChargWork(void);
2024-12-11 14:11:05 +00:00
void beginChargWork(void);
2024-12-11 09:51:48 +00:00
void startChargWork(void);
2024-12-06 09:38:25 +00:00
extern void chargControl(void);
#endif