co_mftr.def
来自「microchip公司的CANOPEN协议嶘源码」· DEF 代码 · 共 36 行
DEF
36 行
/*********************************************************************
* 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 + =
减小字号Ctrl + -
显示快捷键?