Searched refs:VECTACTIVE (Results 1 – 2 of 2) sorted by relevance
172 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()
37 uint32_t VECTACTIVE; /* Active exception number. */ member