fds_reserve_token_t

nRF5 SDK v12.1.0

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 ).

  • components/libraries/fds/fds.h