Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/exception_handling/cm7/
Dfsl_component_exception_handling.c182 (void)EXCEPTION_PRINTF("0x%08X - CFSR - Configurable Fault Status Register\r\n", cfsr); in EXCEPTION_ConfigurableFaultStatusRegisterPrint()
186 (void)EXCEPTION_PRINTF( in EXCEPTION_ConfigurableFaultStatusRegisterPrint()
191 (void)EXCEPTION_PRINTF( in EXCEPTION_ConfigurableFaultStatusRegisterPrint()
196 …(void)EXCEPTION_PRINTF(" > Unstack for an exception return has caused one or more access violation… in EXCEPTION_ConfigurableFaultStatusRegisterPrint()
200 …(void)EXCEPTION_PRINTF(" > Stacking for an exception entry has caused one or more access violation… in EXCEPTION_ConfigurableFaultStatusRegisterPrint()
204 …(void)EXCEPTION_PRINTF(" > A MemManage fault occurred during floating-point lazy state preservatio… in EXCEPTION_ConfigurableFaultStatusRegisterPrint()
208 (void)EXCEPTION_PRINTF(" > MMAR holds a valid fault address: "); in EXCEPTION_ConfigurableFaultStatusRegisterPrint()
209 … (void)EXCEPTION_PRINTF("0x%08X - MMFAR - MemManage Fault Address Register\r\n", SCB->MMFAR); in EXCEPTION_ConfigurableFaultStatusRegisterPrint()
215 (void)EXCEPTION_PRINTF(" > Instruction bus error\r\n"); in EXCEPTION_ConfigurableFaultStatusRegisterPrint()
219 (void)EXCEPTION_PRINTF( in EXCEPTION_ConfigurableFaultStatusRegisterPrint()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/exception_handling/
Dfsl_component_exception_handling.h58 #define EXCEPTION_PRINTF DbgConsole_BlockingPrintf macro
60 #define EXCEPTION_PRINTF DbgConsole_Printf macro
63 #define EXCEPTION_PRINTF \ macro