nRF5 SDK v15.2.0
Data Fields
fds_reserve_token_t Struct Reference

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

#include <fds.h>

Data Fields

uint16_t page
 The logical ID of the page where space was reserved.
 
uint16_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.

This token can be used to write the record in the reserved space (fds_record_write_reserved) or to cancel the reservation (fds_reserve_cancel).


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated