![]() |
ParaLib 2.0.15-master SHA: 2e03d68caa
|
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... | |
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
| uint32_t crc |
CRC-Value of the used flash area.
| uint16_t ParameterCount |
Number of parameters stored in this flash area.
| uint16_t Size |
Size of the used flash area.
| char SoftwareVersion |
Software version (svn-revision) with which this parameterset has been stored.
Software version (git-identifier) with which this parameterset has been stored.
| char SoftwareVersion[14] |
Software version (git-identifier) with which this parameterset has been stored.
| uint32_t unused1 |
stuffing
| uint32_t unused2 |
stuffing
| uint16_t Version |
Actual Version of the Flash Datasrtucture.
Actual Version of the Flash Datastructure.
| uint32_t WriteCycleCount |
Number of flash programming cycles of this flash area.
| uint32_t WriteTimestamp |
Timestamp of the storage.