ErrorLib 1.0.8-master SHA: 810228da25
Error_ID_System.h
Go to the documentation of this file.
1
13#ifndef ERROR_ID_SYSTEM
14#define ERROR_ID_SYSTEM
15
16//ERROR-IDs from 0 - 1000 are in this file
17
18//löschen!
19#define ERROR_ID_NoError 0
20#define ERROR_ID_Undefined 1
21#define ERROR_ID_Error_Queue_Overflow 2
22#define ERROR_ID_Error_AddressInvalid 3
23
24
25#define ERROR_ID_FPU_Overflow 101
26#define ERROR_ID_FPU_Underflow 102
27#define ERROR_ID_FPU_Invalid 103
28#define ERROR_ID_FPU_DivideZero 104
29#define ERROR_ID_FPU_InputDenormal 105
30
31#define ERROR_ID_WATCHDOG_Window1 151
32#define ERROR_ID_WATCHDOG_Independent 152
33#define ERROR_ID_WATCHDOG_Early 153
34#define ERROR_ID_WATCHDOG_HardFault 154
35#define ERROR_ID_WATCHDOG_NMI 155
36#define ERROR_ID_WATCHDOG_Default 156
37#define ERROR_ID_WATCHDOG_MemManage 157
38#define ERROR_ID_WATCHDOG_BusFault 158
39#define ERROR_ID_WATCHDOG_UsageFault 159
40#define ERROR_ID_WATCHDOG_StackOverflow 160
41#define ERROR_ID_WATCHDOG_Assert 161
42#define ERROR_ID_WATCHDOG_Ethernet 162
43#define ERROR_ID_WATCHDOG_ClassB 163
44#define ERROR_ID_WATCHDOG_unknown 164
45
46#define ERROR_ID_TIMESTAMP_NoSync 201
47#define ERROR_ID_TIMESTAMP_MultiMaster 202
48
49#define ERROR_ID_MEMORY_TooMuchData 251
50#define ERROR_ID_MEMORY_CannotErase 252
51#define ERROR_ID_MEMORY_CannotProgram 253
52#define ERROR_ID_MEMORY_SecondParasetFail 254
53#define ERROR_ID_MEMORY_FirstParasetFail 255
54#define ERROR_ID_MEMORY_BothParasetFail 256
55#define ERROR_ID_MEMORY_CannotRestore 257
56#define ERROR_ID_MEMORY_WithoutStoredValue 258
57#define ERROR_ID_MEMORY_CannotProgramFlashInfo 259
58#define ERROR_ID_MEMORY_EraseBlock2fail 260
59#define ERROR_ID_MEMORY_TaskCreateFlash 261
60#define ERROR_ID_MEMORY_ParasetReadTimeout 262
61#define ERROR_ID_MEMORY_DoubleECC 263
62
63#define ERROR_ID_PARAMETER_ParasetChangeNotAllowed 301
64#define ERROR_ID_PARAMETER_NoParaData 302
65#define ERROR_ID_PARAMETER_NetconnCreate 305
66#define ERROR_ID_PARAMETER_Bind 306
67
68#define ERROR_ID_HAL 350
69#define ERROR_ID_HAL_Assert 351
70
71#define ERROR_ID_RTOS 360
72
73#define ERROR_ID_SELFTEST_ClassBMem 401
74
75#define ERROR_ID_BOOTLOADER_WrongCRC 451
76#define ERROR_ID_BOOTLOADER_WrongFWInfo 452
77
78#define ERROR_ID_FILESYSTEM 501
79#define ERROR_ID_FILESYSTEM_NoCard 502
80#define ERROR_ID_FILESYSTEM_BSP 503
81#define ERROR_ID_FILESYSTEM_LinKDriver 504
82#define ERROR_ID_FILESYSTEM_LessData 505
83#define ERROR_ID_FILESYSTEM_Filesystem 506
84
85#define ERROR_ID_SDPARAFILE_SizeTooSmall 551
86#define ERROR_ID_SDPARAFILE_CRC 552
87#define ERROR_ID_SDPARAFILE_Header 553
88#define ERROR_ID_SDPARAFILE_Version 554
89#define ERROR_ID_SDPARAFILE_Corrupt 555
90#define ERROR_ID_SDPARAFILE_NoFileOnCard 556
91#define ERROR_ID_SDPARAFILE_String_too_long 557
92#define ERROR_ID_SDPARAFILE_Groupname_too_long 558
93
94#define ERROR_ID_LWIP 601
95#define ERROR_ID_LWIP_Memory 602
96
97#endif