MCCI Trusted Bootloader
Simple trusted bootloader and tools for small embedded systems
Mcci_Stm32H7Vectors_t Union Reference

STM32 H7 interrupt vector object. More...

#include <mcci_bootloader_stm32h7_appimage.h>

Data Fields

Mcci_CortexAppEntryContents_t CortexAppEntry
 
Mcci_CortexAppEntry_t CortexAppEntryCast
 
Mcci_Stm32H7VectorsContents_t CortexVectors
 

Detailed Description

STM32 H7 interrupt vector object.

This union wraps the interrupt vector contents, both so we can always reference fields with consistent names (AppEntry.stack etc.), and to allow us to view the vectors as either an AppEntry description or a table of vectors.

Definition at line 61 of file mcci_bootloader_stm32h7_appimage.h.

Field Documentation

◆ CortexAppEntry

Mcci_CortexAppEntryContents_t Mcci_Stm32H7Vectors_t::CortexAppEntry

Definition at line 63 of file mcci_bootloader_stm32h7_appimage.h.

◆ CortexAppEntryCast

Mcci_CortexAppEntry_t Mcci_Stm32H7Vectors_t::CortexAppEntryCast

Definition at line 64 of file mcci_bootloader_stm32h7_appimage.h.

◆ CortexVectors

Mcci_Stm32H7VectorsContents_t Mcci_Stm32H7Vectors_t::CortexVectors

Definition at line 65 of file mcci_bootloader_stm32h7_appimage.h.


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