void mg_Load ( void   ) [static]

This function loads some settings (wheel size, pedelec mode,...) from EEPROM memory to the mg_sMemory structure.

See also:
mg_sMemory
Returns:
void

Definition at line 78 of file memory.c.

References mg_sMemory, and sMemoryEEPROM.

Referenced by memory_Init().

{
  eeprom_read_block(&mg_sMemory,
                    &(sMemoryEEPROM),
                    sizeof(S_MEM_STRUCTRUE));
}

Here is the caller graph for this function: