Home
last modified time | relevance | path

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

12345678910>>...17

/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MIMXRT633S/mcuxpresso/
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()
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()
/hal_nxp-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/mcux/mcux-sdk/devices/MIMXRT555S/mcuxpresso/
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()
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()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE02Z4/mcuxpresso/
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()
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()
/hal_nxp-3.7.0/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-3.7.0/mcux/mcux-sdk/devices/MKV10Z1287/mcuxpresso/
Dstartup_mkv10z1287.c180 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()
Dstartup_mkv10z1287.cpp180 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/
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()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC834/mcuxpresso/
Dstartup_lpc834.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_lpc834.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-3.7.0/mcux/mcux-sdk/devices/LPC844/mcuxpresso/
Dstartup_lpc844.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_lpc844.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-3.7.0/mcux/mcux-sdk/devices/LPC845/mcuxpresso/
Dstartup_lpc845.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_lpc845.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-3.7.0/mcux/mcux-sdk/devices/MKE17Z7/mcuxpresso/
Dstartup_mke17z7.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()
/hal_nxp-3.7.0/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()

12345678910>>...17