nRF51 SDK v10.0.0
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. More...
#include <fds.h>
Data Fields |
|
| uint16_t | vpage_id |
| fds_length_t | length_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.
Field Documentation
| fds_length_t fds_write_token_t::length_words |
The amount of space reserved, in 4 byte words.
| uint16_t fds_write_token_t::vpage_id |
The virtual ID of the page where space was reserved.