Lines Matching refs:reset_status
51 uint32_t reset_status = 0; in z_impl_hwinfo_get_reset_cause() local
56 reset_status = status.eStatus; in z_impl_hwinfo_get_reset_cause()
59 if (reset_status & AM_HAL_RESET_STATUS_EXTERNAL) { in z_impl_hwinfo_get_reset_cause()
64 if (reset_status & AM_HAL_RESET_STATUS_POR) { in z_impl_hwinfo_get_reset_cause()
69 if (reset_status & AM_HAL_RESET_STATUS_BOD) { in z_impl_hwinfo_get_reset_cause()
74 if (reset_status & AM_HAL_RESET_STATUS_SWPOR) { in z_impl_hwinfo_get_reset_cause()
79 if (reset_status & AM_HAL_RESET_STATUS_SWPOI) { in z_impl_hwinfo_get_reset_cause()
84 if (reset_status & AM_HAL_RESET_STATUS_DEBUGGER) { in z_impl_hwinfo_get_reset_cause()
89 if (reset_status & AM_HAL_RESET_STATUS_WDT) { in z_impl_hwinfo_get_reset_cause()
94 if (reset_status & AM_HAL_RESET_STATUS_BOUNREG) { in z_impl_hwinfo_get_reset_cause()
99 if (reset_status & AM_HAL_RESET_STATUS_BOCORE) { in z_impl_hwinfo_get_reset_cause()
104 if (reset_status & AM_HAL_RESET_STATUS_BOMEM) { in z_impl_hwinfo_get_reset_cause()
109 if (reset_status & AM_HAL_RESET_STATUS_BOHPMEM) { in z_impl_hwinfo_get_reset_cause()