fds_record_chunk_t

nRF5 SDK v12.1.0

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.

  • components/libraries/fds/fds.h