forked from SZV10X_Software/SZV103_FM33A0xxEV_SiZhu

jinlicong
2024-05-15 d14dd3a2106de793fbe08dc5a12cf80defd3258a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#ifndef _SYSTEM_RUN_FUN_H_
#define _SYSTEM_RUN_FUN_H_
#include "define_all.h"
#include "system_general_para.h"
#include "wireless_remote_comm.h"
 
 
 
 
 
 
 
 
 
 
extern RS485_START_REASON    start_rs485_g;
extern WRC_START_MEANS    start_wrc_g ;
 
 
 
void hardwareDriversInit(void);
 
void allExtiIRQ(void);
 
void sysStoredParaInit(void);
 
 
void sysRunFunParaInit(void);
 
void sysRunFunCtrlPro(FUN_START_CTRL_PARA_T * sys_fun_run_ctrl_p,sClockBCD sys_clockBCD_in);
 
FlagStatus SysKeepRunningStatusGet(FUN_START_CTRL_PARA_T sys_fun_run_ctrl_in);
 
#endif