Home
last modified time | relevance | path

Searched refs:RESET_WATCHDOG (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/drivers/hwinfo/
Dhwinfo_stm32.c83 flags |= RESET_WATCHDOG; in z_impl_hwinfo_get_reset_cause()
88 flags |= RESET_WATCHDOG; in z_impl_hwinfo_get_reset_cause()
93 flags |= RESET_WATCHDOG; in z_impl_hwinfo_get_reset_cause()
98 flags |= RESET_WATCHDOG; in z_impl_hwinfo_get_reset_cause()
103 flags |= RESET_WATCHDOG; in z_impl_hwinfo_get_reset_cause()
108 flags |= RESET_WATCHDOG; in z_impl_hwinfo_get_reset_cause()
190 | RESET_WATCHDOG in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_smartbond.c30 flags |= RESET_WATCHDOG; in z_impl_hwinfo_get_reset_cause()
33 flags |= RESET_WATCHDOG; in z_impl_hwinfo_get_reset_cause()
59 | RESET_WATCHDOG in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_rw61x.c35 RESET_WATCHDOG | in z_impl_hwinfo_get_supported_reset_cause()
61 *cause = RESET_WATCHDOG; in z_impl_hwinfo_get_reset_cause()
Dhwinfo_mcux_src.c63 flags |= RESET_WATCHDOG; in z_impl_hwinfo_get_reset_cause()
83 flags |= RESET_WATCHDOG; in z_impl_hwinfo_get_reset_cause()
111 *supported = (RESET_WATCHDOG in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_sam_rstc.c30 *cause = RESET_WATCHDOG; in z_impl_hwinfo_get_reset_cause()
49 | RESET_WATCHDOG in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_rpi_pico.c81 flags |= RESET_WATCHDOG; in z_impl_hwinfo_get_reset_cause()
100 *supported |= RESET_BROWNOUT | RESET_WATCHDOG; in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_esp32.c56 | RESET_WATCHDOG in z_impl_hwinfo_get_supported_reset_cause()
81 *cause = RESET_WATCHDOG; in z_impl_hwinfo_get_reset_cause()
Dhwinfo_mcux_src_rev2.c59 flags |= RESET_WATCHDOG; in z_impl_hwinfo_get_reset_cause()
90 *supported = (RESET_WATCHDOG in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_silabs_series2.c86 flags |= RESET_WATCHDOG; in z_impl_hwinfo_get_reset_cause()
121 *supported = RESET_PIN | RESET_SOFTWARE | RESET_BROWNOUT | RESET_POR | RESET_WATCHDOG | in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_nrf.c105 flags |= RESET_WATCHDOG; in z_impl_hwinfo_get_reset_cause()
171 flags |= RESET_WATCHDOG; in z_impl_hwinfo_get_reset_cause()
206 | RESET_WATCHDOG in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_andes.c83 flags |= RESET_WATCHDOG; in z_impl_hwinfo_get_reset_cause()
118 | RESET_WATCHDOG in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_ambiq.c90 flags |= RESET_WATCHDOG; in z_impl_hwinfo_get_reset_cause()
133 | RESET_WATCHDOG in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_gecko.c66 flags |= RESET_WATCHDOG; in z_impl_hwinfo_get_reset_cause()
168 | RESET_WATCHDOG in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_mcux_rcm.c49 mask |= RESET_WATCHDOG; in hwinfo_mcux_rcm_xlate_reset_sources()
Dhwinfo_shell.c83 case RESET_WATCHDOG: in cause_to_string()
/Zephyr-latest/tests/boards/nrf/hwinfo/reset_cause/src/
Dmain.c82 if (supported & RESET_WATCHDOG) { in print_supported_reset_cause()
167 if (*cause & RESET_WATCHDOG) { in print_current_reset_cause()
272 if (supported & RESET_WATCHDOG) { in test_reset_watchdog()
306 if (cause & RESET_WATCHDOG) { in test_reset_watchdog()
/Zephyr-latest/include/zephyr/drivers/
Dhwinfo.h49 #define RESET_WATCHDOG BIT(4) macro
/Zephyr-latest/drivers/watchdog/
Dwdt_xilinx_axi.c224 *cause = RESET_WATCHDOG; in z_impl_hwinfo_get_reset_cause()
260 *supported = RESET_WATCHDOG; in z_impl_hwinfo_get_supported_reset_cause()