//-------------------------------------------------------// // Project Code : ESS100K3L-01-19 // File Name : RunStopSeq.h // Created on : 2019. 06. 07. // Description : // Author : KimJeongWoo // Last modified Date : //-------------------------------------------------------// #ifndef _RUNSTOPSEQ_H_ #define _RUNSTOPSEQ_H_ #ifdef __cplusplus extern "C" { #endif #pragma SET_DATA_SECTION(".RunStopSeq") extern int InvReady; extern int BeReady; extern unsigned int SetBuilupTime; extern unsigned int CntBuilupTime; #pragma SET_DATA_SECTION() #pragma SET_CODE_SECTION(".TI.ramfunc") extern void RunStopSeq(); extern void Remote(); #pragma SET_CODE_SECTION() extern void RefLimit(); extern void TowerLampCtrl(); #ifdef __cplusplus } #endif /* extern "C" */ #endif /* _RUNSTOPSEQ_H_ */