ruuvi.drivers.c
${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
|
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... | |
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).
uint16_t length_words |
uint16_t page |