px-fwlib 0.10.0
Cross-platform embedded library and documentation for 8/16/32-bit microcontrollers generated with Doxygen 1.9.2
px_log_fs_header_t Struct Reference

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...
 

Detailed Description

Definition of header structure that is stored at the start of each page.

Definition at line 45 of file px_log_fs.c.

Field Documentation

◆ marker

uint8_t px_log_fs_header_t::marker

FREE, PAGE, PAGE_A or BAD.

Definition at line 47 of file px_log_fs.c.

◆ nr

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.

◆ crc

uint8_t px_log_fs_header_t::crc

Checksum calculated over nr (excludes marker)

Definition at line 49 of file px_log_fs.c.


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