Structure of Cortex-M basic vector table. More...
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 | |
void* cortexm_base_t::_estack |
exception stack pointer
Definition at line 60 of file vectors_cortexm.h.
isr_t cortexm_base_t::vectors[CPU_NONISR_EXCEPTIONS] |
shared Cortex-M vectors
Definition at line 61 of file vectors_cortexm.h.