Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/exception_handling/cm7/
Dfsl_component_exception_handling.c115 static const scb_data_text_t scb_data_text[] = {{32, 0x000, "CPUID - CPUID Base Register"}, variable
302 for (uint32_t i = 0; i < ARRAY_SIZE(scb_data_text); i++) in EXCEPTION_HardFaultRegisterPrint()
304 if (32U == scb_data_text[i].type) in EXCEPTION_HardFaultRegisterPrint()
306 … (void)EXCEPTION_PRINTF("0x%08X - %s\r\n", *(uint32_t *)(SCB_BASE + scb_data_text[i].offset), in EXCEPTION_HardFaultRegisterPrint()
307 scb_data_text[i].str); in EXCEPTION_HardFaultRegisterPrint()
309 else if (8U == scb_data_text[i].type) in EXCEPTION_HardFaultRegisterPrint()
311 …EPTION_PRINTF("0x%08X - %s\r\n", *(uint8_t *)(SCB_BASE + scb_data_text[i].offset), scb_data_text[i… in EXCEPTION_HardFaultRegisterPrint()