nRF5 SDK v15.3.0
Data Fields
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.
 
void const * p_data
 Location of the record data in flash.
 

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.


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

Documentation feedback | Developer Zone | Subscribe | Updated