![]() |
nRF5 SDK
v14.1.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
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. | |
uint16_t | length_words |
The amount of space reserved (in 4-byte words). | |
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).