Loading...
Searching...
No Matches
cortexm_base_t Struct Reference

Structure of Cortex-M basic vector table. More...

Detailed Description

Structure of Cortex-M basic vector table.

Definition at line 59 of file vectors_cortexm.h.

#include <vectors_cortexm.h>

Data Fields

void * _estack
 exception stack pointer
 
isr_t vectors [CPU_NONISR_EXCEPTIONS]
 shared Cortex-M vectors
 

Field Documentation

◆ _estack

void* cortexm_base_t::_estack

exception stack pointer

Definition at line 60 of file vectors_cortexm.h.

◆ vectors

isr_t cortexm_base_t::vectors[CPU_NONISR_EXCEPTIONS]

shared Cortex-M vectors

Definition at line 61 of file vectors_cortexm.h.


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