Home
last modified time | relevance | path

Searched refs:g_pfnVectors (Results 1 – 25 of 432) sorted by relevance

12345678910>>...18

/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT685S/mcuxpresso/
Dstartup_mimxrt685s.c243 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()
Dstartup_mimxrt685s.cpp243 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/
Dstartup_mimxrt633s.cpp243 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()
Dstartup_mimxrt633s.c243 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/
Dstartup_mimxrt595s_cm33.c271 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()
Dstartup_mimxrt595s_cm33.cpp271 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/
Dstartup_mimxrt533s.c271 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()
Dstartup_mimxrt533s.cpp271 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/
Dstartup_mimxrt555s.cpp271 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()
Dstartup_mimxrt555s.c271 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/
Dstartup_lpc51u68.c178 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()
Dstartup_lpc51u68.cpp178 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/
Dstartup_mke02z4.cpp174 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()
Dstartup_mke02z4.c174 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/
Dstartup_mimxrt798s_cm33_core1.c307 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()
Dstartup_mimxrt798s_cm33_core1.cpp307 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/
Dstartup_lpc822.cpp182 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/
Dstartup_mkm34z7.cpp179 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/
Dstartup_lpc824.cpp182 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/
Dstartup_lpc864.c193 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()
Dstartup_lpc864.cpp193 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/
Dstartup_lpc802.c182 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()
Dstartup_lpc802.cpp182 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/
Dstartup_mke13z7.c178 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()
Dstartup_mke13z7.cpp178 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()

12345678910>>...18