• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

include/sp605/defines.h (r4864/r3110)

Go to the documentation of this file.
00001 #ifndef SP605_DEFINES_H
00002 #define SP605_DEFINES_H
00003 
00004 // this is file for different kinds of constants, used in the SP605 firmware
00005 
00006 namespace sp605 {
00007 
00008    enum {
00009       addr_HwType    =   0x00000000,
00010       addr_HwVersion =   0x00000004,
00011       addr_BoardId   =   0x00000010   // r/w
00012    };
00013 
00014 }
00015 
00016 #endif

Generated on Tue Dec 10 2013 04:52:23 for ROCsoft by  doxygen 1.7.1