SY8835_For_Demo_Ourself/UsrInc/discharge/discharge_module.h

43 lines
905 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
******************************************************************************
*
* @file discharge_module.h
* @brief discharge module
* @ic sy8835
*
* @version 1.0
* @date 2024/11/01 09:59:40
* @author Alex Xu
*
* Copyright (c) 2013-2099,Tkplusemi Technology Co.,Ltd.
* All Rights Reserved
*
* History:
* Revision Date Author Desc
* 1.0.0 2024/11/01 Alex build this file
******************************************************************************
*/
#ifndef __DISCHARGE_MODULE_H__
#define __DISCHARGE_MODULE_H__
#include "define.h"
extern bit gBoost_Prepared_Flag; //BoostÂú×㿪ÆôÌõ¼þ¡£
#if DISCHARGE_ENABLE
#define BOOST_OPEN_TIM 10
#if 0
extern void DisCharge_Boost_Open(void);
extern void DisCharge_Boost_Close(void);
#endif
extern void DisCharge_Handler(void);
#endif
#endif