This function loads some settings (wheel size, pedelec mode,...) from EEPROM memory to the mg_sMemory structure.
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:
![]() |
1.7.2