fremoclock  1_3A01
FREMO Clock - Software for UTG
UserInterfaceCommonData.c File Reference

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...
 

Detailed Description

Contains all functions to access the common data.

  • EEPROM
  • Basic parameter
  • etc

History:

  • 070406 First implementation (R 0)
  • 150424 StS Refactoring:
    • Move eeprom reading and writing to own module
    • Move clock data (start, end time etc.) to clock kernel
  • 150427 StS: Refactoring, code cleanup, unified layout
  • 150529 StS: Remove old logging code
Version
$Id: UserInterfaceCommonData.c 159 2016-09-03 06:51:47Z pischky $
Author
Bernd Wisotzki [BA] wsb56.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Date
06-Apr-2007

Definition in file UserInterfaceCommonData.c.

Function Documentation

uint8_t UserInterfaceCommonDataInit ( void  )

Read data from EEPROM and initialize common data.

Returns
ucSystemStatus

Definition at line 67 of file UserInterfaceCommonData.c.

Here is the call graph for this function:

void UserInterfaceCommonDataShutDown ( void  )

Write common data to EEPROM.

Definition at line 142 of file UserInterfaceCommonData.c.

Here is the call graph for this function:

Variable Documentation

uint8_t ucEepromStatus
static

EEPROM Status.

Definition at line 58 of file UserInterfaceCommonData.c.

uint8_t ucSystemStatus
static

System Status.

Definition at line 57 of file UserInterfaceCommonData.c.