Nordic nrf51 sdk sources. Mirrored from https://github.com/ARMmbed/nrf51-sdk.

Dependents:   nRF51822 nRF51822

Embed: (wiki syntax)

« Back to documentation index

fds_tl_t Struct Reference

fds_tl_t Struct Reference
[Flash Data Storage]

A piece of a record metadata, keeping information about one of its keys (type) and its lenght, expressed in 4 byte words. More...

#include <fds.h>

Data Fields

fds_type_id_t type
 The record type ID.
fds_length_t length_words
 Length of the record's data, in 4 byte words.

Detailed Description

A piece of a record metadata, keeping information about one of its keys (type) and its lenght, expressed in 4 byte words.

Definition at line 72 of file fds.h.


Field Documentation

fds_length_t length_words

Length of the record's data, in 4 byte words.

Definition at line 75 of file fds.h.

fds_type_id_t type

The record type ID.

Definition at line 74 of file fds.h.