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.
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
_SequentialFlashJournalLogTail Struct Reference
Meta-data placed at the tail of a sequential-log entry. More...
#include <flash_journal_private.h>
Data Fields | |
| uint64_t | sizeofBlob |
| the size of the payload in this blob. | |
Detailed Description
Meta-data placed at the tail of a sequential-log entry.
- Note:
- the most crucial items (the ones which play a role in the validation of the log-entry) are placed at the end of this structure; this ensures that a partially written log-entry-tail won't be accepted as valid.
Definition at line 64 of file flash_journal_private.h.
Field Documentation
| uint64_t sizeofBlob |
the size of the payload in this blob.
Definition at line 65 of file flash_journal_private.h.
Generated on Tue Jul 12 2022 12:29:05 by
1.7.2
