Home
last modified time | relevance | path

Searched refs:RESET_POR (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/drivers/hwinfo/
Dhwinfo_smartbond.c21 flags = RESET_POR; in z_impl_hwinfo_get_reset_cause()
58 | RESET_POR in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_andes.c74 flags |= RESET_POR; in z_impl_hwinfo_get_reset_cause()
77 flags |= RESET_POR; in z_impl_hwinfo_get_reset_cause()
120 | RESET_POR); in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_sam_rstc.c24 *cause = RESET_POR; in z_impl_hwinfo_get_reset_cause()
47 *supported = RESET_POR in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_cc13xx_cc26xx.c63 *cause = RESET_POR; in z_impl_hwinfo_get_reset_cause()
94 | RESET_POR in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_stm32.c123 flags |= RESET_POR; in z_impl_hwinfo_get_reset_cause()
128 flags |= RESET_POR; in z_impl_hwinfo_get_reset_cause()
194 | RESET_POR in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_rpi_pico.c62 flags |= RESET_POR; in z_impl_hwinfo_get_reset_cause()
98 *supported = RESET_PIN | RESET_DEBUG | RESET_POR; in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_esp32.c53 *supported = (RESET_POR in z_impl_hwinfo_get_supported_reset_cause()
70 *cause = RESET_POR; in z_impl_hwinfo_get_reset_cause()
Dhwinfo_mcux_src_rev2.c56 flags |= RESET_POR; in z_impl_hwinfo_get_reset_cause()
95 | RESET_POR in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_ambiq.c65 flags |= RESET_POR; in z_impl_hwinfo_get_reset_cause()
132 | RESET_POR in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_mcux_src.c32 flags |= RESET_POR; in z_impl_hwinfo_get_reset_cause()
119 | RESET_POR in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_gecko.c42 flags |= RESET_POR; in z_impl_hwinfo_get_reset_cause()
167 | RESET_POR in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_mcux_rcm.c57 mask |= RESET_POR; in hwinfo_mcux_rcm_xlate_reset_sources()
Dhwinfo_nrf.c109 flags |= RESET_POR; in z_impl_hwinfo_get_reset_cause()
Dhwinfo_shell.c80 case RESET_POR: in cause_to_string()
/Zephyr-latest/include/zephyr/drivers/
Dhwinfo.h47 #define RESET_POR BIT(3) macro