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