/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MIMXRT633S/mcuxpresso/ |
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()
|
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()
|
/hal_nxp-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/mcux/mcux-sdk/devices/MIMXRT555S/mcuxpresso/ |
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()
|
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()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE02Z4/mcuxpresso/ |
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()
|
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()
|
/hal_nxp-3.7.0/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-3.7.0/mcux/mcux-sdk/devices/MKV10Z1287/mcuxpresso/ |
D | startup_mkv10z1287.c | 180 extern void (* const g_pfnVectors[])(void); 184 void (* const g_pfnVectors[])(void) = { variable 336 if ((unsigned int *)g_pfnVectors!=(unsigned int *) 0x00000000) { in ResetISR() 337 *pSCB_VTOR = (unsigned int)g_pfnVectors; in ResetISR()
|
D | startup_mkv10z1287.cpp | 180 extern void (* const g_pfnVectors[])(void); 184 void (* const g_pfnVectors[])(void) = { variable 336 if ((unsigned int *)g_pfnVectors!=(unsigned int *) 0x00000000) { in ResetISR() 337 *pSCB_VTOR = (unsigned int)g_pfnVectors; in ResetISR()
|
/hal_nxp-3.7.0/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()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC834/mcuxpresso/ |
D | startup_lpc834.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_lpc834.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-3.7.0/mcux/mcux-sdk/devices/LPC844/mcuxpresso/ |
D | startup_lpc844.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_lpc844.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-3.7.0/mcux/mcux-sdk/devices/LPC845/mcuxpresso/ |
D | startup_lpc845.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_lpc845.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-3.7.0/mcux/mcux-sdk/devices/MKE17Z7/mcuxpresso/ |
D | startup_mke17z7.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()
|
/hal_nxp-3.7.0/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()
|