nRF5 SDK v11.0.0
Data Fields
fds_record_t Struct Reference

A record to be written to flash. More...

#include <fds.h>

Data Fields

uint16_t file_id
 The ID of the file that the record belongs to.
 
uint16_t key
 The record key.
 
struct {
   fds_record_chunk_t const *   p_chunks
 The chunks that make up the record data.
 
   uint16_t   num_chunks
 The number of chunks that make up the data.
 
data
 

Detailed Description

A record to be written to flash.


Documentation feedback | Developer Zone | Updated