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
_FlashJournal_t Struct Reference
An opaque handle constituting the Flash Journal. More...
#include <flash_journal.h>
Detailed Description
An opaque handle constituting the Flash Journal.
This structure is intentionally opaque to avoid exposing data internal to an implementation strategy; this prevents accesses through any means other than through the defined API.
Having a known size for the handle allows the caller to remain malloc-free.
- Note:
- : There should be static asserts in the code to verify our assumption that the real FlashJournal handle fits within FLASH_JOURNAL_HANDLE_MAX_SIZE bytes.
- : there is a risk of overallocation in case an implementation doesn't need FLASH_JOURNAL_HANDLE_MAX_SIZE bytes, but the impact should be small.
Definition at line 170 of file flash_journal.h.
Generated on Tue Jul 12 2022 12:29:05 by
