Lancaster University fork of the Nordic nrf51-SDK repository, which actually lives on github: https://github.com/lancaster-university/nrf51-sdk
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 15:07:17 by
1.7.2