Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nrf51-sdk by
fds_write_token_t Struct Reference
[Flash Data Storage]
A token to a reserved space in flash, created by fds_reserve. More...
#include <fds.h>
Data Fields | |
uint16_t | vpage_id |
The virtual ID of the page where space was reserved. | |
fds_length_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.
Use fds_write_reserved to write the record in the reserved space, or fds_reserve_cancel to cancel the reservation.
Definition at line 148 of file fds.h.
Field Documentation
fds_length_t length_words |
Generated on Tue Jul 12 2022 14:11:24 by
