/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE02Z4/mcuxpresso/ |
D | startup_mke02z4.c | 300 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 310 SectionLen = *SectionTableAddr++; in ResetISR() 311 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 318 SectionLen = *SectionTableAddr++; in ResetISR() 319 bss_init(ExeAddr, SectionLen); in ResetISR()
|
D | startup_mke02z4.cpp | 300 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 310 SectionLen = *SectionTableAddr++; in ResetISR() 311 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 318 SectionLen = *SectionTableAddr++; in ResetISR() 319 bss_init(ExeAddr, SectionLen); in ResetISR()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC51U68/mcuxpresso/ |
D | startup_lpc51u68.c | 297 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 307 SectionLen = *SectionTableAddr++; in ResetISR() 308 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 315 SectionLen = *SectionTableAddr++; in ResetISR() 316 bss_init(ExeAddr, SectionLen); in ResetISR()
|
D | startup_lpc51u68.cpp | 297 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 307 SectionLen = *SectionTableAddr++; in ResetISR() 308 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 315 SectionLen = *SectionTableAddr++; in ResetISR() 316 bss_init(ExeAddr, SectionLen); in ResetISR()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKV10Z1287/mcuxpresso/ |
D | startup_mkv10z1287.c | 304 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 314 SectionLen = *SectionTableAddr++; in ResetISR() 315 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 322 SectionLen = *SectionTableAddr++; in ResetISR() 323 bss_init(ExeAddr, SectionLen); in ResetISR()
|
D | startup_mkv10z1287.cpp | 304 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 314 SectionLen = *SectionTableAddr++; in ResetISR() 315 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 322 SectionLen = *SectionTableAddr++; in ResetISR() 323 bss_init(ExeAddr, SectionLen); in ResetISR()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC802/mcuxpresso/ |
D | startup_lpc802.c | 303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 313 SectionLen = *SectionTableAddr++; in ResetISR() 314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 321 SectionLen = *SectionTableAddr++; in ResetISR() 322 bss_init(ExeAddr, SectionLen); in ResetISR()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC834/mcuxpresso/ |
D | startup_lpc834.c | 303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 313 SectionLen = *SectionTableAddr++; in ResetISR() 314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 321 SectionLen = *SectionTableAddr++; in ResetISR() 322 bss_init(ExeAddr, SectionLen); in ResetISR()
|
D | startup_lpc834.cpp | 303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 313 SectionLen = *SectionTableAddr++; in ResetISR() 314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 321 SectionLen = *SectionTableAddr++; in ResetISR() 322 bss_init(ExeAddr, SectionLen); in ResetISR()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC844/mcuxpresso/ |
D | startup_lpc844.c | 303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 313 SectionLen = *SectionTableAddr++; in ResetISR() 314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 321 SectionLen = *SectionTableAddr++; in ResetISR() 322 bss_init(ExeAddr, SectionLen); in ResetISR()
|
D | startup_lpc844.cpp | 303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 313 SectionLen = *SectionTableAddr++; in ResetISR() 314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 321 SectionLen = *SectionTableAddr++; in ResetISR() 322 bss_init(ExeAddr, SectionLen); in ResetISR()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC845/mcuxpresso/ |
D | startup_lpc845.c | 303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 313 SectionLen = *SectionTableAddr++; in ResetISR() 314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 321 SectionLen = *SectionTableAddr++; in ResetISR() 322 bss_init(ExeAddr, SectionLen); in ResetISR()
|
D | startup_lpc845.cpp | 303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 313 SectionLen = *SectionTableAddr++; in ResetISR() 314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 321 SectionLen = *SectionTableAddr++; in ResetISR() 322 bss_init(ExeAddr, SectionLen); in ResetISR()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE17Z7/mcuxpresso/ |
D | startup_mke17z7.c | 299 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 309 SectionLen = *SectionTableAddr++; in ResetISR() 310 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 317 SectionLen = *SectionTableAddr++; in ResetISR() 318 bss_init(ExeAddr, SectionLen); in ResetISR()
|
D | startup_mke17z7.cpp | 299 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 309 SectionLen = *SectionTableAddr++; in ResetISR() 310 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 317 SectionLen = *SectionTableAddr++; in ResetISR() 318 bss_init(ExeAddr, SectionLen); in ResetISR()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC864/mcuxpresso/ |
D | startup_lpc864.c | 309 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 319 SectionLen = *SectionTableAddr++; in ResetISR() 320 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 327 SectionLen = *SectionTableAddr++; in ResetISR() 328 bss_init(ExeAddr, SectionLen); in ResetISR()
|
D | startup_lpc864.cpp | 309 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 319 SectionLen = *SectionTableAddr++; in ResetISR() 320 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 327 SectionLen = *SectionTableAddr++; in ResetISR() 328 bss_init(ExeAddr, SectionLen); in ResetISR()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC865/mcuxpresso/ |
D | startup_lpc865.c | 309 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 319 SectionLen = *SectionTableAddr++; in ResetISR() 320 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 327 SectionLen = *SectionTableAddr++; in ResetISR() 328 bss_init(ExeAddr, SectionLen); in ResetISR()
|
D | startup_lpc865.cpp | 309 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 319 SectionLen = *SectionTableAddr++; in ResetISR() 320 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 327 SectionLen = *SectionTableAddr++; in ResetISR() 328 bss_init(ExeAddr, SectionLen); in ResetISR()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE04Z1284/mcuxpresso/ |
D | startup_mke04z1284.c | 303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 313 SectionLen = *SectionTableAddr++; in ResetISR() 314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 321 SectionLen = *SectionTableAddr++; in ResetISR() 322 bss_init(ExeAddr, SectionLen); in ResetISR()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE04Z4/mcuxpresso/ |
D | startup_mke04z4.c | 303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 313 SectionLen = *SectionTableAddr++; in ResetISR() 314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 321 SectionLen = *SectionTableAddr++; in ResetISR() 322 bss_init(ExeAddr, SectionLen); in ResetISR()
|
D | startup_mke04z4.cpp | 303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 313 SectionLen = *SectionTableAddr++; in ResetISR() 314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 321 SectionLen = *SectionTableAddr++; in ResetISR() 322 bss_init(ExeAddr, SectionLen); in ResetISR()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE06Z4/mcuxpresso/ |
D | startup_mke06z4.c | 308 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 318 SectionLen = *SectionTableAddr++; in ResetISR() 319 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 326 SectionLen = *SectionTableAddr++; in ResetISR() 327 bss_init(ExeAddr, SectionLen); in ResetISR()
|
D | startup_mke06z4.cpp | 308 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 318 SectionLen = *SectionTableAddr++; in ResetISR() 319 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 326 SectionLen = *SectionTableAddr++; in ResetISR() 327 bss_init(ExeAddr, SectionLen); in ResetISR()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE12Z7/mcuxpresso/ |
D | startup_mke12z7.c | 299 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local 309 SectionLen = *SectionTableAddr++; in ResetISR() 310 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR() 317 SectionLen = *SectionTableAddr++; in ResetISR() 318 bss_init(ExeAddr, SectionLen); in ResetISR()
|