![]() |
MCCI Trusted Bootloader
Simple trusted bootloader and tools for small embedded systems
|
interface for storage More...
#include <mcci_bootloader_platform.h>
Data Fields | |
| McciBootloaderPlatform_GetFallbackStorageAddressFn_t * | pGetFallbackAddress |
| Get address of fall-back firmware region. | |
| McciBootloaderPlatform_GetPrimaryStorageAddressFn_t * | pGetPrimaryAddress |
| Get address of primary firmware region. | |
| McciBootloaderPlatform_StorageInitFn_t * | pInit |
| Initialize storage. | |
| McciBootloaderPlatform_StorageReadFn_t * | pRead |
| Read from storage. | |
interface for storage
storage interface structure
Definition at line 34 of file mcci_bootloader_platform.h.
| McciBootloaderPlatform_GetFallbackStorageAddressFn_t* McciBootloaderPlatform_StorageInterface_t::pGetFallbackAddress |
Get address of fall-back firmware region.
Definition at line 39 of file mcci_bootloader_platform.h.
| McciBootloaderPlatform_GetPrimaryStorageAddressFn_t* McciBootloaderPlatform_StorageInterface_t::pGetPrimaryAddress |
Get address of primary firmware region.
Definition at line 38 of file mcci_bootloader_platform.h.
| McciBootloaderPlatform_StorageInitFn_t* McciBootloaderPlatform_StorageInterface_t::pInit |
Initialize storage.
Definition at line 36 of file mcci_bootloader_platform.h.
| McciBootloaderPlatform_StorageReadFn_t* McciBootloaderPlatform_StorageInterface_t::pRead |
Read from storage.
Definition at line 37 of file mcci_bootloader_platform.h.