Home
last modified time | relevance | path

Searched refs:soc_reset_hook (Results 1 – 25 of 53) sorted by relevance

123

/Zephyr-latest/soc/nordic/common/
Darm_platform_init.ld7 /* Let SystemInit() be called in place of soc_reset_hook() by default. */
8 PROVIDE(soc_reset_hook = SystemInit); symbol
DCMakeLists.txt7 # 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/
Dmcxw71_platform_init.S20 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/
Dsoc.c21 void soc_reset_hook(void) in soc_reset_hook() function
/Zephyr-latest/soc/raspberrypi/rpi_pico/rp2350/
Dsoc.c19 void soc_reset_hook(void) in soc_reset_hook() function
/Zephyr-latest/soc/xlnx/zynqmp/
Dsoc.c13 void soc_reset_hook(void) in soc_reset_hook() function
/Zephyr-latest/soc/renesas/rcar/rcar_gen3/r7/
Dsoc.c12 void soc_reset_hook(void) in soc_reset_hook() function
/Zephyr-latest/include/zephyr/platform/
Dhooks.h29 void soc_reset_hook(void);
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/gcc/
Dstartup_LPC54114_cm4.S29 GTEXT(soc_reset_hook)
30 SECTION_FUNC(TEXT,soc_reset_hook)
/Zephyr-latest/soc/nxp/s32/s32k3/
Ds32k3xx_startup.S17 GTEXT(soc_reset_hook)
19 SECTION_FUNC(TEXT, soc_reset_hook)
/Zephyr-latest/soc/nxp/s32/s32ze/
Dsoc.c16 void soc_reset_hook(void) in soc_reset_hook() function
/Zephyr-latest/soc/nuvoton/numicro/m48x/
Dsoc.c11 void soc_reset_hook(void) in soc_reset_hook() function
/Zephyr-latest/soc/arm/fvp_aemv8r/aarch32/
Dsoc.c11 void soc_reset_hook(void) in soc_reset_hook() function
/Zephyr-latest/soc/gd/gd32/gd32a50x/
Dsoc.c11 void soc_reset_hook(void) in soc_reset_hook() function
/Zephyr-latest/soc/nxp/mcx/mcxn/
Dsoc.c22 void soc_reset_hook(void) in soc_reset_hook() function
/Zephyr-latest/arch/arm/core/cortex_m/
Dreset.S28 GTEXT(soc_reset_hook)
97 bl soc_reset_hook
/Zephyr-latest/soc/infineon/cat3/xmc4xxx/
Dsoc.c20 void soc_reset_hook(void) in soc_reset_hook() function
/Zephyr-latest/soc/atmel/sam/sam4e/
Dsoc.c92 void soc_reset_hook(void) in soc_reset_hook() function
/Zephyr-latest/soc/atmel/sam0/common/
Dsoc_samc2x.c46 void soc_reset_hook(void) in soc_reset_hook() function
/Zephyr-latest/soc/atmel/sam/sam3x/
Dsoc.c100 void soc_reset_hook(void) in soc_reset_hook() function
/Zephyr-latest/soc/atmel/sam/sam4s/
Dsoc.c98 void soc_reset_hook(void) in soc_reset_hook() function
/Zephyr-latest/soc/nxp/lpc/lpc51u68/
Dsoc.c48 void soc_reset_hook(void) in soc_reset_hook() function
/Zephyr-latest/soc/atmel/sam/same70/
Dsoc.c108 void soc_reset_hook(void) in soc_reset_hook() function
/Zephyr-latest/soc/atmel/sam/samv71/
Dsoc.c105 void soc_reset_hook(void) in soc_reset_hook() function
/Zephyr-latest/kernel/
DKconfig.init14 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.

123