Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/exception_handling/cm7/
Dfsl_component_exception_handling.c325 (void)EXCEPTION_PRINTF(" IPSR= 0x%08X >>>>> ", g_exceptionStackStruct->IPSR); in EXCEPTION_StackFramePrint()
326 switch (g_exceptionStackStruct->IPSR & 0xFFU) in EXCEPTION_StackFramePrint()
377 (void)EXCEPTION_PRINTF("IRQ%d", (g_exceptionStackStruct->IPSR & 0xFFU) - 16U); in EXCEPTION_StackFramePrint()
393 while (0U != (g_exceptionStackStruct->IPSR & 0xFFU)) in EXCEPTION_StackFramePrint()
/hal_nxp-latest/mcux/mcux-sdk/components/exception_handling/
Dfsl_component_exception_handling.h35 uint32_t IPSR; member