rusEFI
The most advanced open source ECU
Data Fields
persistent_config_container_s Struct Reference

#include <persistent_configuration.h>

Collaboration diagram for persistent_config_container_s:
Collaboration graph
[legend]

Data Fields

int version
 
int size
 
persistent_config_s persistentConfiguration
 
uint32_t crc
 

Detailed Description

Definition at line 12 of file persistent_configuration.h.

Field Documentation

◆ crc

uint32_t persistent_config_container_s::crc

Definition at line 16 of file persistent_configuration.h.

Referenced by validatePersistentState(), and writeToFlashNow().

◆ persistentConfiguration

persistent_config_s persistent_config_container_s::persistentConfiguration

◆ size

int persistent_config_container_s::size

Definition at line 14 of file persistent_configuration.h.

Referenced by validatePersistentState(), and writeToFlashNow().

◆ version

int persistent_config_container_s::version

Definition at line 13 of file persistent_configuration.h.

Referenced by validatePersistentState(), and writeToFlashNow().


The documentation for this struct was generated from the following file: