nRF5 SDK v13.0.0
Data Fields
fds_record_chunk_t Struct Reference

A chunk of record data to be written to flash. More...

#include <fds.h>

Data Fields

void const * p_data
 Pointer to the data to store. Must be word-aligned.
 
uint16_t length_words
 Length of data pointed to by p_data (in 4-byte words).
 

Detailed Description

A chunk of record data to be written to flash.

p_data must be aligned to a word boundary. Make sure to keep it in memory until the operation has completed, which is indicated by the respective FDS event.


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

Documentation feedback | Developer Zone | Subscribe | Updated