Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/exception_handling/cm7/
Dfsl_component_exception_handling.c64 EXTERN g_exceptionStackStruct in COPY_TO_STACK()
95 ldr r0, = g_exceptionStackStruct in COPY_TO_STACK()
113 exception_stack_data_t *g_exceptionStackStruct = NULL; variable
325 (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()
382 (void)EXCEPTION_PRINTF(" R0 = 0x%08X ", g_exceptionStackStruct->R0); in EXCEPTION_StackFramePrint()
383 (void)EXCEPTION_PRINTF(" R1 = 0x%08X ", g_exceptionStackStruct->R1); in EXCEPTION_StackFramePrint()
384 (void)EXCEPTION_PRINTF(" R2 = 0x%08X ", g_exceptionStackStruct->R2); in EXCEPTION_StackFramePrint()
385 (void)EXCEPTION_PRINTF(" R3 = 0x%08X\r\n", g_exceptionStackStruct->R3); in EXCEPTION_StackFramePrint()
[all …]