Structure of Cortex-M basic vector table. More...
Structure of Cortex-M basic vector table.
Definition at line 55 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 56 of file vectors_cortexm.h.
| isr_t cortexm_base_t::vectors[CPU_NONISR_EXCEPTIONS] |
shared Cortex-M vectors
Definition at line 57 of file vectors_cortexm.h.