ParaLib 2.0.15-master SHA: 2e03d68caa
tFlashInformation Struct Reference

Information stored in flash about the contents of the flash page. More...

Data Fields

uint32_t crc
 CRC-Value of the used flash area. More...
 
uint32_t WriteCycleCount
 Number of flash programming cycles of this flash area. More...
 
uint16_t Version
 Actual Version of the Flash Datasrtucture. More...
 
uint16_t Size
 Size of the used flash area. More...
 
uint16_t ParameterCount
 Number of parameters stored in this flash area. More...
 
uint16_t SoftwareVersion
 Software version (svn-revision) with which this parameterset has been stored. More...
 
uint32_t WriteTimestamp
 Timestamp of the storage. More...
 
uint32_t unused1
 stuffing More...
 
uint32_t unused2
 stuffing More...
 
char SoftwareVersion [14]
 Software version (git-identifier) with which this parameterset has been stored. More...
 

Detailed Description

Information stored in flash about the contents of the flash page.

Is is written on every "store to flash"operation

Is is written on every "store to flash" operation

Field Documentation

◆ crc

uint32_t crc

CRC-Value of the used flash area.

◆ ParameterCount

uint16_t ParameterCount

Number of parameters stored in this flash area.

◆ Size

uint16_t Size

Size of the used flash area.

◆ SoftwareVersion [1/2]

char SoftwareVersion

Software version (svn-revision) with which this parameterset has been stored.

Software version (git-identifier) with which this parameterset has been stored.

◆ SoftwareVersion [2/2]

char SoftwareVersion[14]

Software version (git-identifier) with which this parameterset has been stored.

◆ unused1

uint32_t unused1

stuffing

◆ unused2

uint32_t unused2

stuffing

◆ Version

uint16_t Version

Actual Version of the Flash Datasrtucture.

Actual Version of the Flash Datastructure.

◆ WriteCycleCount

uint32_t WriteCycleCount

Number of flash programming cycles of this flash area.

◆ WriteTimestamp

uint32_t WriteTimestamp

Timestamp of the storage.


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