]> git.sur5r.net Git - freertos/blob - Demo/HCS12_GCC_banked/PE_Error.h
Start to re-arrange files to include FreeRTOS+ in main download.
[freertos] / Demo / HCS12_GCC_banked / PE_Error.h
1 /** ###################################################################\r
2 **     THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.\r
3 **     Filename  : PE_Error.H\r
4 **     Project   : RTOSDemo\r
5 **     Processor : MC9S12DP256BCPV\r
6 **     Beantype  : PE_Error\r
7 **     Version   : Driver 01.00\r
8 **     Compiler  : Metrowerks HC12 C Compiler\r
9 **     Date/Time : 13/06/2005, 20:14\r
10 **     Abstract  :\r
11 **         This bean "PE_Error" contains internal definitions\r
12 **         of the error constants.\r
13 **     Settings  :\r
14 **     Contents  :\r
15 **         No public methods\r
16 **\r
17 **     (c) Copyright UNIS, spol. s r.o. 1997-2002\r
18 **     UNIS, spol. s r.o.\r
19 **     Jundrovska 33\r
20 **     624 00 Brno\r
21 **     Czech Republic\r
22 **     http      : www.processorexpert.com\r
23 **     mail      : info@processorexpert.com\r
24 ** ###################################################################*/\r
25 \r
26 #ifndef __PE_Error_H\r
27 #define __PE_Error_H\r
28 \r
29 #define ERR_OK           0             /* OK */\r
30 #define ERR_SPEED        1             /* This device does not work in the active speed mode. */\r
31 #define ERR_RANGE        2             /* Parameter out of range. */\r
32 #define ERR_VALUE        3             /* Parameter of incorrect value. */\r
33 #define ERR_OVERFLOW     4             /* Timer overflow. */\r
34 #define ERR_MATH         5             /* Overflow during evaluation. */\r
35 #define ERR_ENABLED      6             /* Device is enabled. */\r
36 #define ERR_DISABLED     7             /* Device is disabled. */\r
37 #define ERR_BUSY         8             /* Device is busy. */\r
38 #define ERR_NOTAVAIL     9             /* Requested value or method not available. */\r
39 #define ERR_RXEMPTY      10            /* No data in receiver. */\r
40 #define ERR_TXFULL       11            /* Transmitter is full. */\r
41 #define ERR_BUSOFF       12            /* Bus not available. */\r
42 #define ERR_OVERRUN      13            /* Overrun error is detected. */\r
43 #define ERR_FRAMING      14            /* Framing error is detected. */\r
44 #define ERR_PARITY       15            /* Parity error is detected. */\r
45 #define ERR_NOISE        16            /* Noise error is detected. */\r
46 #define ERR_IDLE         17            /* Idle error is detectes. */\r
47 #define ERR_FAULT        18            /* Fault error is detected. */\r
48 #define ERR_BREAK        19            /* Break char is received during communication. */\r
49 #define ERR_CRC          20            /* CRC error is detected. */\r
50 #define ERR_ARBITR       21            /* A node losts arbitration. This error occurs if two nodes start transmission at the same time. */\r
51 #define ERR_PROTECT      22            /* Protection error is detected. */\r
52 \r
53 #endif //__PE_Error_H\r