Home
last modified time | relevance | path

Searched refs:RESET_DEBUG (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/drivers/hwinfo/
Dhwinfo_nrf.c86 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()
94 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()
114 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()
119 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()
124 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()
148 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()
183 | RESET_DEBUG); in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_mcux_src.c66 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()
69 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()
73 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()
112 | RESET_DEBUG in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_smartbond.c36 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()
60 | RESET_DEBUG); in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_mcux_rcm.c62 mask |= RESET_DEBUG; in hwinfo_mcux_rcm_xlate_reset_sources()
76 mask |= RESET_DEBUG; in hwinfo_mcux_rcm_xlate_reset_sources()
82 mask |= RESET_DEBUG; in hwinfo_mcux_rcm_xlate_reset_sources()
Dhwinfo_rw61x.c37 RESET_DEBUG | in z_impl_hwinfo_get_supported_reset_cause()
64 *cause = RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()
Dhwinfo_rpi_pico.c70 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()
98 *supported = RESET_PIN | RESET_DEBUG | RESET_POR; in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_mcux_src_rev2.c62 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()
91 | RESET_DEBUG in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_ambiq.c85 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()
Dhwinfo_shell.c86 case RESET_DEBUG: in cause_to_string()
/Zephyr-latest/include/zephyr/drivers/
Dhwinfo.h51 #define RESET_DEBUG BIT(5) macro