Home
last modified time | relevance | path

Searched refs:SYS_REBOOT_COLD (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/include/zephyr/sys/
Dreboot.h24 #define SYS_REBOOT_COLD 1 macro
/Zephyr-latest/tests/boot/test_mcuboot/src/
Dmain.c23 sys_reboot(SYS_REBOOT_COLD); in main()
/Zephyr-latest/arch/x86/core/
Dreboot_rst_cnt.c33 case SYS_REBOOT_COLD: in sys_arch_reboot()
/Zephyr-latest/soc/atmel/sam/common/
Dsoc_power.c22 case SYS_REBOOT_COLD: in sys_arch_reboot()
/Zephyr-latest/arch/arm64/core/
Dreboot.c19 if (type == SYS_REBOOT_COLD) { in sys_arch_reboot()
/Zephyr-latest/subsys/shell/modules/kernel_service/
Dreboot.c32 sys_reboot(SYS_REBOOT_COLD); in cmd_kernel_reboot_cold()
/Zephyr-latest/samples/subsys/task_wdt/src/
Dmain.c58 sys_reboot(SYS_REBOOT_COLD); in task_wdt_callback()
/Zephyr-latest/soc/renesas/smartbond/da1469x/
Dsoc.c42 } else if (type == SYS_REBOOT_COLD) { in sys_arch_reboot()
/Zephyr-latest/tests/subsys/settings/fcb_init/src/
Dsettings_test_fcb_init.c153 sys_reboot(SYS_REBOOT_COLD); in test_init_setup()
/Zephyr-latest/soc/nxp/s32/common/
Dmc_me.c147 case SYS_REBOOT_COLD: in sys_arch_reboot()
/Zephyr-latest/subsys/task_wdt/
Dtask_wdt.c122 sys_reboot(SYS_REBOOT_COLD); in task_wdt_trigger()
/Zephyr-latest/subsys/dfu/boot/
Dmcuboot_shell.c170 sys_reboot(SYS_REBOOT_COLD); in cmd_mcuboot_serial_recovery()
/Zephyr-latest/samples/modules/canopennode/src/
Dmain.c306 sys_reboot(SYS_REBOOT_COLD); in main()
/Zephyr-latest/doc/services/settings/
Dindex.rst289 sys_reboot(SYS_REBOOT_COLD);
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dnet_if.c131 sys_reboot(SYS_REBOOT_COLD); in nrf_wifi_rpu_recovery_work_handler()
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest.c1494 sys_reboot(SYS_REBOOT_COLD); in main()
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit.c1092 sys_reboot(IS_ENABLED(CONFIG_HAWKBIT_REBOOT_COLD) ? SYS_REBOOT_COLD : SYS_REBOOT_WARM); in hawkbit_reboot()