|
px-fwlib 0.10.0
Cross-platform embedded library and documentation for 8/16/32-bit microcontrollers generated with Doxygen 1.9.2
|
Definition of header structure that is stored at the start of each page. More...
Data Fields | |
| uint8_t | marker |
| FREE, PAGE, PAGE_A or BAD. More... | |
| uint16_t | nr |
| Rolling number to find first and last marked page. More... | |
| uint8_t | crc |
| Checksum calculated over nr (excludes marker) More... | |
Definition of header structure that is stored at the start of each page.
Definition at line 45 of file px_log_fs.c.
| uint8_t px_log_fs_header_t::marker |
FREE, PAGE, PAGE_A or BAD.
Definition at line 47 of file px_log_fs.c.
| uint16_t px_log_fs_header_t::nr |
Rolling number to find first and last marked page.
Definition at line 48 of file px_log_fs.c.
| uint8_t px_log_fs_header_t::crc |
Checksum calculated over nr (excludes marker)
Definition at line 49 of file px_log_fs.c.