| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT685S/mcuxpresso/ |
| D | startup_mimxrt685s.c | 243 extern void (* const g_pfnVectors[])(void); 247 void (* const g_pfnVectors[])(void) = { variable 266 (void (*)())g_pfnVectors, // Image load address 335 void (* __VECTOR_RAM[sizeof(g_pfnVectors) / 4])(void) __attribute__((aligned(128))); 336 unsigned int __RAM_VECTOR_TABLE_SIZE_BYTES = sizeof(g_pfnVectors); 390 : "r"(g_pfnVectors), "r"(_vStackBase) in ResetISR()
|
| D | startup_mimxrt685s.cpp | 243 extern void (* const g_pfnVectors[])(void); 247 void (* const g_pfnVectors[])(void) = { variable 266 (void (*)())g_pfnVectors, // Image load address 335 void (* __VECTOR_RAM[sizeof(g_pfnVectors) / 4])(void) __attribute__((aligned(128))); 336 unsigned int __RAM_VECTOR_TABLE_SIZE_BYTES = sizeof(g_pfnVectors); 390 : "r"(g_pfnVectors), "r"(_vStackBase) in ResetISR()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT633S/mcuxpresso/ |
| D | startup_mimxrt633s.cpp | 243 extern void (* const g_pfnVectors[])(void); 247 void (* const g_pfnVectors[])(void) = { variable 266 (void (*)())g_pfnVectors, // Image load address 335 void (* __VECTOR_RAM[sizeof(g_pfnVectors) / 4])(void) __attribute__((aligned(128))); 336 unsigned int __RAM_VECTOR_TABLE_SIZE_BYTES = sizeof(g_pfnVectors); 390 : "r"(g_pfnVectors), "r"(_vStackBase) in ResetISR()
|
| D | startup_mimxrt633s.c | 243 extern void (* const g_pfnVectors[])(void); 247 void (* const g_pfnVectors[])(void) = { variable 266 (void (*)())g_pfnVectors, // Image load address 335 void (* __VECTOR_RAM[sizeof(g_pfnVectors) / 4])(void) __attribute__((aligned(128))); 336 unsigned int __RAM_VECTOR_TABLE_SIZE_BYTES = sizeof(g_pfnVectors); 390 : "r"(g_pfnVectors), "r"(_vStackBase) in ResetISR()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT595S/mcuxpresso/ |
| D | startup_mimxrt595s_cm33.c | 271 extern void (* const g_pfnVectors[])(void); 275 void (* const g_pfnVectors[])(void) = { variable 294 (void (*)())g_pfnVectors, // Image load address 377 void (* __VECTOR_RAM[sizeof(g_pfnVectors) / 4])(void) __attribute__((aligned(128))); 378 unsigned int __RAM_VECTOR_TABLE_SIZE_BYTES = sizeof(g_pfnVectors); 432 : "r"(g_pfnVectors), "r"(_vStackBase) in ResetISR()
|
| D | startup_mimxrt595s_cm33.cpp | 271 extern void (* const g_pfnVectors[])(void); 275 void (* const g_pfnVectors[])(void) = { variable 294 (void (*)())g_pfnVectors, // Image load address 377 void (* __VECTOR_RAM[sizeof(g_pfnVectors) / 4])(void) __attribute__((aligned(128))); 378 unsigned int __RAM_VECTOR_TABLE_SIZE_BYTES = sizeof(g_pfnVectors); 432 : "r"(g_pfnVectors), "r"(_vStackBase) in ResetISR()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT533S/mcuxpresso/ |
| D | startup_mimxrt533s.c | 271 extern void (* const g_pfnVectors[])(void); 275 void (* const g_pfnVectors[])(void) = { variable 294 (void (*)())g_pfnVectors, // Image load address 377 void (* __VECTOR_RAM[sizeof(g_pfnVectors) / 4])(void) __attribute__((aligned(128))); 378 unsigned int __RAM_VECTOR_TABLE_SIZE_BYTES = sizeof(g_pfnVectors); 432 : "r"(g_pfnVectors), "r"(_vStackBase) in ResetISR()
|
| D | startup_mimxrt533s.cpp | 271 extern void (* const g_pfnVectors[])(void); 275 void (* const g_pfnVectors[])(void) = { variable 294 (void (*)())g_pfnVectors, // Image load address 377 void (* __VECTOR_RAM[sizeof(g_pfnVectors) / 4])(void) __attribute__((aligned(128))); 378 unsigned int __RAM_VECTOR_TABLE_SIZE_BYTES = sizeof(g_pfnVectors); 432 : "r"(g_pfnVectors), "r"(_vStackBase) in ResetISR()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT555S/mcuxpresso/ |
| D | startup_mimxrt555s.cpp | 271 extern void (* const g_pfnVectors[])(void); 275 void (* const g_pfnVectors[])(void) = { variable 294 (void (*)())g_pfnVectors, // Image load address 377 void (* __VECTOR_RAM[sizeof(g_pfnVectors) / 4])(void) __attribute__((aligned(128))); 378 unsigned int __RAM_VECTOR_TABLE_SIZE_BYTES = sizeof(g_pfnVectors); 432 : "r"(g_pfnVectors), "r"(_vStackBase) in ResetISR()
|
| D | startup_mimxrt555s.c | 271 extern void (* const g_pfnVectors[])(void); 275 void (* const g_pfnVectors[])(void) = { variable 294 (void (*)())g_pfnVectors, // Image load address 377 void (* __VECTOR_RAM[sizeof(g_pfnVectors) / 4])(void) __attribute__((aligned(128))); 378 unsigned int __RAM_VECTOR_TABLE_SIZE_BYTES = sizeof(g_pfnVectors); 432 : "r"(g_pfnVectors), "r"(_vStackBase) in ResetISR()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC51U68/mcuxpresso/ |
| D | startup_lpc51u68.c | 178 extern void (* const g_pfnVectors[])(void); 182 void (* const g_pfnVectors[])(void) = { variable 329 if ((unsigned int *)g_pfnVectors!=(unsigned int *) 0x00000000) { in ResetISR() 330 *pSCB_VTOR = (unsigned int)g_pfnVectors; in ResetISR()
|
| D | startup_lpc51u68.cpp | 178 extern void (* const g_pfnVectors[])(void); 182 void (* const g_pfnVectors[])(void) = { variable 329 if ((unsigned int *)g_pfnVectors!=(unsigned int *) 0x00000000) { in ResetISR() 330 *pSCB_VTOR = (unsigned int)g_pfnVectors; in ResetISR()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE02Z4/mcuxpresso/ |
| D | startup_mke02z4.cpp | 174 extern void (* const g_pfnVectors[])(void); 178 void (* const g_pfnVectors[])(void) = { variable 332 if ((unsigned int *)g_pfnVectors!=(unsigned int *) 0x00000000) { in ResetISR() 333 *pSCB_VTOR = (unsigned int)g_pfnVectors; in ResetISR()
|
| D | startup_mke02z4.c | 174 extern void (* const g_pfnVectors[])(void); 178 void (* const g_pfnVectors[])(void) = { variable 332 if ((unsigned int *)g_pfnVectors!=(unsigned int *) 0x00000000) { in ResetISR() 333 *pSCB_VTOR = (unsigned int)g_pfnVectors; in ResetISR()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/mcuxpresso/ |
| D | startup_mimxrt798s_cm33_core1.c | 307 extern void (* const g_pfnVectors[])(void); 311 void (* const g_pfnVectors[])(void) = { variable 330 (void (*)())g_pfnVectors, // Image load address 431 void (* __VECTOR_RAM[sizeof(g_pfnVectors) / 4])(void) __attribute__((aligned(128))); 432 unsigned int __RAM_VECTOR_TABLE_SIZE_BYTES = sizeof(g_pfnVectors); 486 : "r"(g_pfnVectors), "r"(_vStackBase) in ResetISR()
|
| D | startup_mimxrt798s_cm33_core1.cpp | 307 extern void (* const g_pfnVectors[])(void); 311 void (* const g_pfnVectors[])(void) = { variable 330 (void (*)())g_pfnVectors, // Image load address 431 void (* __VECTOR_RAM[sizeof(g_pfnVectors) / 4])(void) __attribute__((aligned(128))); 432 unsigned int __RAM_VECTOR_TABLE_SIZE_BYTES = sizeof(g_pfnVectors); 486 : "r"(g_pfnVectors), "r"(_vStackBase) in ResetISR()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC822/mcuxpresso/ |
| D | startup_lpc822.cpp | 182 extern void (* const g_pfnVectors[])(void); 186 void (* const g_pfnVectors[])(void) = { variable 335 if ((unsigned int *)g_pfnVectors!=(unsigned int *) 0x00000000) { in ResetISR() 336 *pSCB_VTOR = (unsigned int)g_pfnVectors; in ResetISR()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKM34Z7/mcuxpresso/ |
| D | startup_mkm34z7.cpp | 179 extern void (*const g_pfnVectors[])(void); 182 __attribute__((used, section(".isr_vector"))) void (*const g_pfnVectors[])(void) = { variable 335 if ((unsigned int *)g_pfnVectors != (unsigned int *)0x00000000) in ResetISR() 337 *pSCB_VTOR = (unsigned int)g_pfnVectors; in ResetISR()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC824/mcuxpresso/ |
| D | startup_lpc824.cpp | 182 extern void (* const g_pfnVectors[])(void); 186 void (* const g_pfnVectors[])(void) = { variable 335 if ((unsigned int *)g_pfnVectors!=(unsigned int *) 0x00000000) { in ResetISR() 336 *pSCB_VTOR = (unsigned int)g_pfnVectors; in ResetISR()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC864/mcuxpresso/ |
| D | startup_lpc864.c | 193 extern void (* const g_pfnVectors[])(void); 197 void (* const g_pfnVectors[])(void) = { variable 340 if ((unsigned int *)g_pfnVectors!=(unsigned int *) 0x00000000) { in ResetISR() 341 *pSCB_VTOR = (unsigned int)g_pfnVectors; in ResetISR()
|
| D | startup_lpc864.cpp | 193 extern void (* const g_pfnVectors[])(void); 197 void (* const g_pfnVectors[])(void) = { variable 340 if ((unsigned int *)g_pfnVectors!=(unsigned int *) 0x00000000) { in ResetISR() 341 *pSCB_VTOR = (unsigned int)g_pfnVectors; in ResetISR()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC802/mcuxpresso/ |
| D | startup_lpc802.c | 182 extern void (* const g_pfnVectors[])(void); 186 void (* const g_pfnVectors[])(void) = { variable 335 if ((unsigned int *)g_pfnVectors!=(unsigned int *) 0x00000000) { in ResetISR() 336 *pSCB_VTOR = (unsigned int)g_pfnVectors; in ResetISR()
|
| D | startup_lpc802.cpp | 182 extern void (* const g_pfnVectors[])(void); 186 void (* const g_pfnVectors[])(void) = { variable 335 if ((unsigned int *)g_pfnVectors!=(unsigned int *) 0x00000000) { in ResetISR() 336 *pSCB_VTOR = (unsigned int)g_pfnVectors; in ResetISR()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE13Z7/mcuxpresso/ |
| D | startup_mke13z7.c | 178 extern void (* const g_pfnVectors[])(void); 182 void (* const g_pfnVectors[])(void) = { variable 330 if ((unsigned int *)g_pfnVectors!=(unsigned int *) 0x00000000) { in ResetISR() 331 *pSCB_VTOR = (unsigned int)g_pfnVectors; in ResetISR()
|
| D | startup_mke13z7.cpp | 178 extern void (* const g_pfnVectors[])(void); 182 void (* const g_pfnVectors[])(void) = { variable 330 if ((unsigned int *)g_pfnVectors!=(unsigned int *) 0x00000000) { in ResetISR() 331 *pSCB_VTOR = (unsigned int)g_pfnVectors; in ResetISR()
|