fremoclock
1_3A01
FREMO Clock - Software for UTG
|
Contains all functions to access the common data. More...
Go to the source code of this file.
Functions | |
uint8_t | UserInterfaceCommonDataInit (void) |
Read data from EEPROM and initialize common data. More... | |
void | UserInterfaceCommonDataShutDown (void) |
Write common data to EEPROM. More... | |
Variables | |
static uint8_t | ucSystemStatus |
System Status. More... | |
static uint8_t | ucEepromStatus |
EEPROM Status. More... | |
Contains all functions to access the common data.
History:
Definition in file UserInterfaceCommonData.c.
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.
|
static |
EEPROM Status.
Definition at line 58 of file UserInterfaceCommonData.c.
|
static |
System Status.
Definition at line 57 of file UserInterfaceCommonData.c.