Home
last modified time | relevance | path

Searched refs:VECTACTIVE (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/platform/ext/common/
Dexception_info.c172 switch (ctx->VECTACTIVE) { in dump_error()
197 if (ctx->VECTACTIVE < 16) { in dump_error()
198 SPMLOG_ERRMSGVAL("Reserved Exception ", ctx->VECTACTIVE); in dump_error()
200 SPMLOG_ERRMSGVAL("Platform external interrupt (IRQn): ", ctx->VECTACTIVE - 16); in dump_error()
220 ctx->VECTACTIVE = SCB->ICSR & SCB_ICSR_VECTACTIVE_Msk; in store_and_dump_context()
/trusted-firmware-m-latest/platform/include/
Dexception_info.h37 uint32_t VECTACTIVE; /* Active exception number. */ member