Initial release
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 11:17:25 by 1.7.2