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

📄 system.h

📁 这个是使用STM32单片机的定时器周期地产生中断的例子
💻 H
字号:

#ifndef __SYSTEM_H
#define __SYSTEM_H

extern ErrorStatus HSEStartUpStatus;
extern u16 CCR1_Val;

/* Private function prototypes -----------------------------------------------*/
void RCC_Configuration(void);
void MCO_Out_Configuration(unsigned char RCC_MCO_SET);
void GPIO_Configuration(void);
void NVIC_Configuration(void);
void TIM_Configuration(void);

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -