dashboard
repositories
filestore
activity
search
login
伍家志
/
SZV103_FM33A0xxEV_SiZhu
forked from
SZV10X_Software/SZV103_FM33A0xxEV_SiZhu
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
增加阀控事件记录及修改阀控命令
jinlicong
2024-06-07
fa6053f85287163f6e2d5dba690bec05cbc95f4a
[~wujiazhi/SZV103_FM33A0xxEV_SiZhu.git]
/
HARDWARE
/
CLOCK
/
rcc_config.h
1
2
3
4
5
6
7
8
9
10
#ifndef _RCC_CONFIG_H_
#define _RCC_CONFIG_H_
#include "FM33A0XXEV.h"
#include "fm33a0xxev_include_all.h"
void System_power_on_init(void);
void rcc_configration(void);
void DEBUG_Init(void);
void system_hardware_init(void);
#endif