📄 main.h
字号:
#ifndef __MAIN_DEFINED
#define __MAIN_DEFINED
#include "..\system.h"
/********************************************************************************/
/***** Global variables and types *****/
/***** All global variables are defined in main.c *****/
/********************************************************************************/
/********************************************************************************/
/***** Prototypes functions *****/
/********************************************************************************/
void Set_PLL(short CoreCLOCK_multiplier, short SCLK_divider);
/********************************************************************************/
/***** Prototypes interrupts *****/
/********************************************************************************/
EX_EXCEPTION_HANDLER(ex_handler_coreB);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -