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

📄 co_mftr.def

📁 在pic单片机上实现canopen协议通讯
💻 DEF
字号:




/*********************************************************************
 * This memory region defines manufacturer specific objects. All the 
 * indices in this definition must range from 0x2000 to 0x2FFF. 
 ********************************************************************/
#define		DICTIONARY_MANUFACTURER_SPECIFIC_1										\\
			{0x2000,0x00,0,1,{(rom unsigned char *)&__dummy}},			\\
			{0x2000,0x00,0,1,{(rom unsigned char *)&__dummy}}
				
/*********************************************************************
 * This memory region defines manufacturer specific objects. All the 
 * indices in this definition must range from 0x3000 to 0x3FFF. 
 ********************************************************************/
#define		DICTIONARY_MANUFACTURER_SPECIFIC_2				\\
			{0x3000,0x00,0,1,{(rom unsigned char *)&__dummy}},			\\
			{0x3000,0x00,0,1,{(rom unsigned char *)&__dummy}}
				
/*********************************************************************
 * This memory region defines manufacturer specific objects. All the 
 * indices in this definition must range from 0x4000 to 0x4FFF. 
 ********************************************************************/
#define		DICTIONARY_MANUFACTURER_SPECIFIC_3				\\
			{0x4000,0x00,0,1,{(rom unsigned char *)&__dummy}},			\\
			{0x4000,0x00,0,1,{(rom unsigned char *)&__dummy}}
				
/*********************************************************************
 * This memory region defines manufacturer specific objects. All the 
 * indices in this definition must range from 0x5000 to 0x5FFF. 
 ********************************************************************/
#define		DICTIONARY_MANUFACTURER_SPECIFIC_4				\\
			{0x5000,0x00,0,1,{(rom unsigned char *)&__dummy}},			\\
			{0x5000,0x00,0,1,{(rom unsigned char *)&__dummy}}

⌨️ 快捷键说明

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