nRF5 SDK  v12.0.0
Choose documentation:
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
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.