]> rtime.felk.cvut.cz Git - arc.git/blobdiff - include/Eep.h
Merge branch 'mikulka' of git@rtime.felk.cvut.cz:arc into mikulka
[arc.git] / include / Eep.h
index 1531878b4985574c15cf08d193cbe5b364c3bced..6a4e8b555bc911f19e2660e61695c0cbee67f5e8 100644 (file)
  * for more details.\r
  * -------------------------------- Arctic Core ------------------------------*/\r
 \r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
 #ifndef EEP_H_\r
 #define EEP_H_\r
 \r
@@ -45,9 +38,13 @@ typedef Eep_AddressType Eep_LengthType;
 #define EEP_E_PARAM_ADDRESS                    0x11\r
 #define EEP_E_PARAM_DATA                         0x12\r
 #define EEP_E_PARAM_LENGTH                     0x13\r
+#define EEP_E_PARAM_POINTER                    0x23\r
+\r
 // EEPROM state checking\r
 #define EEP_E_UNINIT                               0x20\r
 #define EEP_E_BUSY                                         0x21\r
+#define EEP_E_TIMEOUT                                  0x22\r
+\r
 \r
 /* Production errors */\r
 // #define EEP_E_COM_FAILURE       0x30 /* Shall be located in DemIntErrId.h when its available */\r
@@ -64,7 +61,6 @@ typedef Eep_AddressType Eep_LengthType;
 #define EEP_GETJOBSTATUS_ID     0x08\r
 #define EEP_GETVERSIONINFO_ID   0x0A\r
 \r
-\r
 #include "Eep_Cfg.h"\r
 \r
 void Eep_Init( const Eep_ConfigType *ConfigPtr );\r