Contains enumerations of timers and variable specifiers for time.c and USI.c.
These are also used in the Master, and have therefore been put in a separate file for convenience.
Definition in file enums.h.
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Enumerations | |
| enum | { ADR_ADCS = 1, ADR_BATTACTIVE, ADR_BATTDATA, ADR_BATTCTRL, ADR_TIMERS } |
| enum | { TIMER_USI = 0, TIMER_CHG, TIMER_GEN, TIMER_TEMP, TIMERS } |
| anonymous enum |
Definition at line 36 of file enums.h.
00036 { 00037 ADR_ADCS = 1, 00038 ADR_BATTACTIVE, 00039 ADR_BATTDATA, 00040 ADR_BATTCTRL, 00041 ADR_TIMERS 00042 };
| anonymous enum |
| TIMER_USI | Timer meant for USI. |
| TIMER_CHG | Timer meant for charging. |
| TIMER_GEN | Timer meant for general use. |
| TIMER_TEMP | Timer meant for timing of temperature rise. |
| TIMERS | Number of timers used. |
Definition at line 48 of file enums.h.
00048 { 00049 TIMER_USI = 0, 00050 TIMER_CHG, 00051 TIMER_GEN, 00052 TIMER_TEMP, 00053 TIMERS 00054 };
1.5.2