fremoclock
1_3A01
FREMO Clock - Software for UTG
|
Subroutines for UserInterfaceCommonData. More...
Go to the source code of this file.
Macros | |
#define | SYSTEM_STATUS_DIRTY 0 |
dirty bit, set by init, cleared by shutdown More... | |
#define | SYSTEM_STATUS_GOT_DIRTY 1 |
got dirty bit fromm eeprom -> no shutdown happend More... | |
#define | SYSTEM_STATUS_EEPROM_ERASED 2 |
eeprom erased; set default parameter. More... | |
#define | SYSTEM_STATUS_ENDTIME 6 |
end time active? default 0 More... | |
Functions | |
uint8_t | UserInterfaceCommonDataInit (void) |
Read data from EEPROM and initialize common data. More... | |
void | UserInterfaceCommonDataShutDown (void) |
Write common data to EEPROM. More... | |
Subroutines for UserInterfaceCommonData.
With:
Software:
Targets:
History:
Definition in file UserInterfaceCommonData.h.
#define SYSTEM_STATUS_DIRTY 0 |
dirty bit, set by init, cleared by shutdown
Definition at line 39 of file UserInterfaceCommonData.h.
#define SYSTEM_STATUS_EEPROM_ERASED 2 |
eeprom erased; set default parameter.
Definition at line 41 of file UserInterfaceCommonData.h.
#define SYSTEM_STATUS_ENDTIME 6 |
end time active? default 0
Definition at line 45 of file UserInterfaceCommonData.h.
#define SYSTEM_STATUS_GOT_DIRTY 1 |
got dirty bit fromm eeprom -> no shutdown happend
Definition at line 40 of file UserInterfaceCommonData.h.
uint8_t UserInterfaceCommonDataInit | ( | void | ) |
Read data from EEPROM and initialize common data.
Definition at line 67 of file UserInterfaceCommonData.c.
void UserInterfaceCommonDataShutDown | ( | void | ) |
Write common data to EEPROM.
Definition at line 142 of file UserInterfaceCommonData.c.