ruuvi.drivers.c
${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
|
Structure that can be used to read the contents of a record stored in flash. More...
#include <fds.h>
Data Fields | |
fds_header_t const * | p_header |
Location of the record header in flash. More... | |
void const * | p_data |
Location of the record data in flash. More... | |
Structure that can be used to read the contents of a record stored in flash.
This structure does not reflect the physical layout of a record in flash, but it points to the locations where the record header (metadata) and the record data are stored.
fds_header_t const* p_header |