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

📄 stm32f10x_fsmc.hpp

📁 STM32 USB HID
💻 HPP
字号:
#ifndef __STM32F10x_FSMC_HPP__
#define __STM32F10x_FSMC_HPP__
//-----------------------------------------------------------------------------
class stm32f10x_fsmc
{
	private:
		unsigned int 	dword;
		unsigned int* bits;
	public:
		volatile unsigned long* BCR1;
		volatile unsigned long* BCR2;
		volatile unsigned long* BCR3;
		volatile unsigned long* BCR4;
	public:
		stm32f10x_fsmc(void);
	public:
		void Configration();
};
//-----------------------------------------------------------------------------
extern stm32f10x_fsmc FSMC;
//BCR--------------------------------------------------------------------------
#define WREN		 12
#define MWID_1		5
#define MWID_0		4
//-----------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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