nRF51 SDK v10.0.0
Structure used for reading a record back from flash memory. More...
#include <fds.h>
Data Fields |
|
| fds_header_t | header |
| uint32_t const * | p_data |
Detailed Description
Structure used for reading a record back from flash memory.
Field Documentation
| fds_header_t fds_record_t::header |
The record header (metadata), as stored in flash.
| uint32_t const* fds_record_t::p_data |
The record data.