Initial release

Fork of nrf51-sdk by Lancaster University

Embed: (wiki syntax)

« Back to documentation index

fds_write_token_t Struct Reference

fds_write_token_t Struct Reference
[Flash Data Storage]

A token to a reserved space in flash, created by fds_reserve. More...

#include <fds.h>

Data Fields

uint16_t vpage_id
 The virtual ID of the page where space was reserved.
fds_length_t length_words
 The amount of space reserved, in 4 byte words.

Detailed Description

A token to a reserved space in flash, created by fds_reserve.

Use fds_write_reserved to write the record in the reserved space, or fds_reserve_cancel to cancel the reservation.

Definition at line 148 of file fds.h.


Field Documentation

fds_length_t length_words

The amount of space reserved, in 4 byte words.

Definition at line 151 of file fds.h.

uint16_t vpage_id

The virtual ID of the page where space was reserved.

Definition at line 150 of file fds.h.