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

Cortex M0 interrupt vector object. More...

#include <mcci_arm_cm0plus.h>

Data Fields

Mcci_CortexAppEntryContents_t CortexAppEntry
 
Mcci_CortexAppEntry_t CortexAppEntryCast
 
Mcci_CortexVectorsContents_t CortexVectors
 

Detailed Description

Cortex M0 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 512 of file mcci_arm_cm0plus.h.

Field Documentation

◆ CortexAppEntry

Mcci_CortexAppEntryContents_t Mcci_CortexVectors_t::CortexAppEntry

Definition at line 514 of file mcci_arm_cm0plus.h.

◆ CortexAppEntryCast

Mcci_CortexAppEntry_t Mcci_CortexVectors_t::CortexAppEntryCast

Definition at line 515 of file mcci_arm_cm0plus.h.

◆ CortexVectors

Mcci_CortexVectorsContents_t Mcci_CortexVectors_t::CortexVectors

Definition at line 516 of file mcci_arm_cm0plus.h.


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