nRF51 SDK v10.0.0
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.