/Zephyr-latest/soc/nordic/common/ |
D | arm_platform_init.ld | 7 /* Let SystemInit() be called in place of soc_reset_hook() by default. */ 8 PROVIDE(soc_reset_hook = SystemInit); symbol
|
D | CMakeLists.txt | 7 # Let SystemInit() be called in place of soc_reset_hook() by default. 8 zephyr_linker_symbol(SYMBOL soc_reset_hook EXPR "@SystemInit@")
|
/Zephyr-latest/soc/nxp/mcx/mcxw/ |
D | mcxw71_platform_init.S | 20 GTEXT(soc_reset_hook) 21 SECTION_SUBSEC_FUNC(TEXT,_reset_section,soc_reset_hook) 23 .soc_reset_hook: label
|
/Zephyr-latest/soc/nxp/mcx/mcxa/ |
D | soc.c | 21 void soc_reset_hook(void) in soc_reset_hook() function
|
/Zephyr-latest/soc/raspberrypi/rpi_pico/rp2350/ |
D | soc.c | 19 void soc_reset_hook(void) in soc_reset_hook() function
|
/Zephyr-latest/soc/xlnx/zynqmp/ |
D | soc.c | 13 void soc_reset_hook(void) in soc_reset_hook() function
|
/Zephyr-latest/soc/renesas/rcar/rcar_gen3/r7/ |
D | soc.c | 12 void soc_reset_hook(void) in soc_reset_hook() function
|
/Zephyr-latest/include/zephyr/platform/ |
D | hooks.h | 29 void soc_reset_hook(void);
|
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/gcc/ |
D | startup_LPC54114_cm4.S | 29 GTEXT(soc_reset_hook) 30 SECTION_FUNC(TEXT,soc_reset_hook)
|
/Zephyr-latest/soc/nxp/s32/s32k3/ |
D | s32k3xx_startup.S | 17 GTEXT(soc_reset_hook) 19 SECTION_FUNC(TEXT, soc_reset_hook)
|
/Zephyr-latest/soc/nxp/s32/s32ze/ |
D | soc.c | 16 void soc_reset_hook(void) in soc_reset_hook() function
|
/Zephyr-latest/soc/nuvoton/numicro/m48x/ |
D | soc.c | 11 void soc_reset_hook(void) in soc_reset_hook() function
|
/Zephyr-latest/soc/arm/fvp_aemv8r/aarch32/ |
D | soc.c | 11 void soc_reset_hook(void) in soc_reset_hook() function
|
/Zephyr-latest/soc/gd/gd32/gd32a50x/ |
D | soc.c | 11 void soc_reset_hook(void) in soc_reset_hook() function
|
/Zephyr-latest/soc/nxp/mcx/mcxn/ |
D | soc.c | 22 void soc_reset_hook(void) in soc_reset_hook() function
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | reset.S | 28 GTEXT(soc_reset_hook) 97 bl soc_reset_hook
|
/Zephyr-latest/soc/infineon/cat3/xmc4xxx/ |
D | soc.c | 20 void soc_reset_hook(void) in soc_reset_hook() function
|
/Zephyr-latest/soc/atmel/sam/sam4e/ |
D | soc.c | 92 void soc_reset_hook(void) in soc_reset_hook() function
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | soc_samc2x.c | 46 void soc_reset_hook(void) in soc_reset_hook() function
|
/Zephyr-latest/soc/atmel/sam/sam3x/ |
D | soc.c | 100 void soc_reset_hook(void) in soc_reset_hook() function
|
/Zephyr-latest/soc/atmel/sam/sam4s/ |
D | soc.c | 98 void soc_reset_hook(void) in soc_reset_hook() function
|
/Zephyr-latest/soc/nxp/lpc/lpc51u68/ |
D | soc.c | 48 void soc_reset_hook(void) in soc_reset_hook() function
|
/Zephyr-latest/soc/atmel/sam/same70/ |
D | soc.c | 108 void soc_reset_hook(void) in soc_reset_hook() function
|
/Zephyr-latest/soc/atmel/sam/samv71/ |
D | soc.c | 105 void soc_reset_hook(void) in soc_reset_hook() function
|
/Zephyr-latest/kernel/ |
D | Kconfig.init | 14 A custom hook soc_reset_hook() is executed at the beginning of the 15 startup code (__start). soc_reset_hook() must be implemented by the SoC.
|