⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.h

📁 This directory contains a code example that demonstrates the functionality of the general purpose t
💻 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 + -