forked from SZV10X_Software/SZV103_FM33A0xxEV_SiZhu

jinlicong
2024-04-25 a12102b90bda2f409babc8c241bfc66118a8cb70
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef _SYSTEM_RUN_FUN_H_
#define _SYSTEM_RUN_FUN_H_
#include "define_all.h"
 
 
 
 
 
 
void hardwareDriversInit(void);
 
void allExtiIRQ(void);
 
void sysStoredParaInit(void);
 
 
void sysRunFunParaInit(void);
 
#endif