from bbc microbit library

Fork of nrf51-sdk by Lancaster University

Embed: (wiki syntax)

« Back to documentation index

fds_ic_t Struct Reference

fds_ic_t Struct Reference
[Flash Data Storage]

A piece of a record metadata, keeping information about one of its keys (instance) and its checksum. More...

#include <fds.h>

Data Fields

fds_instance_id_t instance
 The record instance ID.
fds_checksum_t checksum
 Checksum of the entire record, including the metadata.

Detailed Description

A piece of a record metadata, keeping information about one of its keys (instance) and its checksum.

Definition at line 81 of file fds.h.


Field Documentation

fds_checksum_t checksum

Checksum of the entire record, including the metadata.

Definition at line 84 of file fds.h.

fds_instance_id_t instance

The record instance ID.

Definition at line 83 of file fds.h.