MCCI Trusted Bootloader
Simple trusted bootloader and tools for small embedded systems
McciBootloaderPlatform_StorageInterface_t Struct Reference

interface for storage More...

#include <mcci_bootloader_platform.h>

Data Fields

McciBootloaderPlatform_GetFallbackStorageAddressFn_tpGetFallbackAddress
 Get address of fall-back firmware region.
 
McciBootloaderPlatform_GetPrimaryStorageAddressFn_tpGetPrimaryAddress
 Get address of primary firmware region.
 
McciBootloaderPlatform_StorageInitFn_tpInit
 Initialize storage.
 
McciBootloaderPlatform_StorageReadFn_tpRead
 Read from storage.
 

Detailed Description

interface for storage

storage interface structure

Definition at line 34 of file mcci_bootloader_platform.h.

Field Documentation

◆ pGetFallbackAddress

McciBootloaderPlatform_GetFallbackStorageAddressFn_t* McciBootloaderPlatform_StorageInterface_t::pGetFallbackAddress

Get address of fall-back firmware region.

Definition at line 39 of file mcci_bootloader_platform.h.

◆ pGetPrimaryAddress

McciBootloaderPlatform_GetPrimaryStorageAddressFn_t* McciBootloaderPlatform_StorageInterface_t::pGetPrimaryAddress

Get address of primary firmware region.

Definition at line 38 of file mcci_bootloader_platform.h.

◆ pInit

McciBootloaderPlatform_StorageInitFn_t* McciBootloaderPlatform_StorageInterface_t::pInit

Initialize storage.

Definition at line 36 of file mcci_bootloader_platform.h.

◆ pRead

McciBootloaderPlatform_StorageReadFn_t* McciBootloaderPlatform_StorageInterface_t::pRead

Read from storage.

Definition at line 37 of file mcci_bootloader_platform.h.


The documentation for this struct was generated from the following file: