Home
last modified time | relevance | path

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

123

/Zephyr-latest/soc/nordic/common/
Dplatform_init.ld7 /* Let SystemInit() be called in place of soc_reset_hook() by default. */
8 PROVIDE(soc_reset_hook = SystemInit); symbol
DCMakeLists.txt6 # Let SystemInit() be called in place of soc_reset_hook() by default.
7 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
Dmcxw72_platform_init.S23 GTEXT(soc_reset_hook)
24 SECTION_SUBSEC_FUNC(TEXT,_reset_section,soc_reset_hook)
26 .soc_reset_hook: label
/Zephyr-latest/soc/ti/simplelink/cc23x0/
Dsoc.c10 void soc_reset_hook(void) in soc_reset_hook() function
/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/nxp/imxrt/imxrt7xx/cm33/
Dsoc.c32 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/xlnx/zynqmp/
Dsoc.c14 void soc_reset_hook(void) in soc_reset_hook() function
/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/st/stm32/stm32n6x/
Dsoc.c30 void soc_reset_hook(void) in soc_reset_hook() function
/Zephyr-latest/arch/arm/core/cortex_m/
Dreset.S29 GTEXT(soc_reset_hook)
137 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.c54 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

123