Lancaster University fork of the Nordic nrf51-SDK repository, which actually lives on github: https://github.com/lancaster-university/nrf51-sdk

Dependents:   nRF51822

Embed: (wiki syntax)

« Back to documentation index

fds_record_t Struct Reference

fds_record_t Struct Reference
[Flash Data Storage]

Structure used for reading a record back from flash memory. More...

#include <fds.h>

Data Fields

fds_header_t header
 The record header (metadata), as stored in flash.
uint32_t const * p_data
 The record data.

Detailed Description

Structure used for reading a record back from flash memory.

Definition at line 125 of file fds.h.


Field Documentation

The record header (metadata), as stored in flash.

Definition at line 128 of file fds.h.

uint32_t const* p_data

The record data.

Definition at line 129 of file fds.h.