nRF51 SDK v10.0.0
Data Fields
fds_record_chunk_t Struct Reference

A record chunk, containing a piece of data to be stored in a record. More...

#include <fds.h>

Data Fields

void const * p_data
 
fds_length_t length_words
 

Detailed Description

A record chunk, containing a piece of data to be stored in a record.

Note
p_data must be aligned on a (4 bytes) word boundary.

Field Documentation

fds_length_t fds_record_chunk_t::length_words

Length of data pointed by p_data, in 4 byte words.

void const* fds_record_chunk_t::p_data

Pointer to the data to store. Must be word aligned.


This document was last updated on Mon Nov 9 2015.
Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone.