Searched refs:rmu_flags (Results 1 – 1 of 1) sorted by relevance
38 uint32_t __maybe_unused rmu_flags = RMU_ResetCauseGet(); in z_impl_hwinfo_get_reset_cause() local41 if (rmu_flags & RMU_RSTCAUSE_PORST) { in z_impl_hwinfo_get_reset_cause()47 if (rmu_flags & RMU_RSTCAUSE_EXTRST) { in z_impl_hwinfo_get_reset_cause()53 if (rmu_flags & RMU_RSTCAUSE_SYSREQRST) { in z_impl_hwinfo_get_reset_cause()59 if (rmu_flags & RMU_RSTCAUSE_LOCKUPRST) { in z_impl_hwinfo_get_reset_cause()65 if (rmu_flags & RMU_RSTCAUSE_WDOGRST) { in z_impl_hwinfo_get_reset_cause()71 if (rmu_flags & RMU_RSTCAUSE_EM4WURST) { in z_impl_hwinfo_get_reset_cause()77 if (rmu_flags & RMU_RSTCAUSE_EM4RST) { in z_impl_hwinfo_get_reset_cause()83 if (rmu_flags & RMU_RSTCAUSE_BODUNREGRST) { in z_impl_hwinfo_get_reset_cause()89 if (rmu_flags & RMU_RSTCAUSE_BODREGRST) { in z_impl_hwinfo_get_reset_cause()[all …]