nRF51 SDK v10.0.0
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 |
| fds_length_t | length_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.
Field Documentation
| fds_length_t fds_tl_t::length_words |
Length of the record's data, in 4 byte words.
| fds_type_id_t fds_tl_t::type |
The record type ID.