ruuvi.drivers.c  ${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
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. More...
 
uint16_t length_words
 The amount of space reserved (in 4-byte words). More...
 

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

Definition at line 171 of file fds.h.

Field Documentation

◆ length_words

uint16_t length_words

The amount of space reserved (in 4-byte words).

Definition at line 174 of file fds.h.

◆ page

uint16_t page

The logical ID of the page where space was reserved.

Definition at line 173 of file fds.h.


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