Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nrf51-sdk by
fds_record_chunk_t Struct Reference
[Flash Data Storage]
A record chunk, containing a piece of data to be stored in a record. More...
#include <fds.h>
Data Fields | |
void const * | p_data |
Pointer to the data to store. | |
fds_length_t | length_words |
Length of data pointed by p_data, in 4 byte 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.
Definition at line 137 of file fds.h.
Field Documentation
fds_length_t length_words |
Generated on Tue Jul 12 2022 14:11:24 by
