const S_MEM_STRUCTRUE* memory_Get ( void   )

The application can only read the values in mg_sMemory while the bootloader will be able to edit it.

See also:
mg_sMemory
Returns:
S_MEM_STRUCTRUE*
Return values:
Pointerto mg_sMemory

Definition at line 120 of file memory.c.

References mg_sMemory.

Referenced by main(), pedal_Init(), and speed_Init().

{
  return (&mg_sMemory);
}

Here is the caller graph for this function: