fds_flash_record_t

nRF5 SDK v12.1.0

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.

  • components/libraries/fds/fds.h