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_record_desc_t Struct Reference
[Flash Data Storage]
The record descriptor structure, used to manipulate a record. More...
#include <fds.h>
Data Fields | |
uint32_t | record_id |
The unique record ID. | |
uint32_t const * | p_rec |
The last known record address in flash. | |
uint16_t | vpage_id |
The virtual page ID in which the record is stored. | |
uint16_t | gc_magic |
Number of times the GC algorithm has been run. | |
uint16_t | ptr_magic |
Used to verify the validity of p_rec. |
Detailed Description
The record descriptor structure, used to manipulate a record.
- Note:
- This structure is meant to be opaque to the user, who does not need to access any of its fields.
- This structure does not need special initialization.
- Warning:
- Do not reuse the same descriptor for different records. If you do, be sure to set its fields to zero.
Definition at line 105 of file fds.h.
Field Documentation
uint16_t gc_magic |
Generated on Tue Jul 12 2022 14:11:24 by
