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.
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 37 of file enums.h.
00037 { 00038 ADR_ADCS = 1, 00039 ADR_BATTACTIVE, 00040 ADR_BATTDATA, 00041 ADR_BATTCTRL, 00042 ADR_TIMERS 00043 };
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 49 of file enums.h.
00049 { 00050 TIMER_USI = 0, 00051 TIMER_CHG, 00052 TIMER_GEN, 00053 TIMER_TEMP, 00054 TIMERS 00055 };