ruuvi.drivers.c  ${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
fds_flash_record_t Struct Reference

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

Detailed Description

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.

Definition at line 146 of file fds.h.

Field Documentation

◆ p_data

void const* p_data

Location of the record data in flash.

Definition at line 149 of file fds.h.

◆ p_header

fds_header_t const* p_header

Location of the record header in flash.

Definition at line 148 of file fds.h.


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