hsk-libs-dev
270
High Speed Karlsruhe XC878 library collection
|
This struct is a template for data that can be written to the D-Flash. More...
Data Fields | |
ubyte | boot |
Used for boot counting. More... | |
ubyte | reset |
Used for reset counting. More... | |
ubyte | error |
For storing errors. More... | |
Private Attributes | |
ubyte | hsk_flash_prefix |
For data integrity/compatibilty detection. More... | |
ubyte | hsk_flash_chksum |
For data integrity detection. More... | |
This struct is a template for data that can be written to the D-Flash.
It is created by invoking the FLASH_STRUCT_FACTORY macro.
ubyte hsk_flash_struct::boot |
Used for boot counting.
ubyte hsk_flash_struct::error |
For storing errors.
Certain errors like a WDT can only be reported after a reboot.
|
private |
For data integrity detection.
|
private |
For data integrity/compatibilty detection.
ubyte hsk_flash_struct::reset |
Used for reset counting.