This commit is contained in:
刘可亮
2024-01-27 08:47:24 +08:00
parent d3bd993b5f
commit 9f7ba67007
2345 changed files with 74421 additions and 76616 deletions

View File

@@ -31,16 +31,20 @@ enum aic_warm_reset_type {
WRI_TYPE_RTC_POR,
WRI_TYPE_PIN_RST,
WRI_TYPE_THS_RST,
WRI_TYPE_SP_WDOG_RST,
WRI_TYPE_SP_WDOG_SYS_RST,
WRI_TYPE_SP_WDOG_CPU_RST,
WRI_TYPE_SP_DM_NDM_RST,
WRI_TYPE_SP_DM_CPU_RST,
WRI_TYPE_CS_WDOG_RST,
WRI_TYPE_CS_WDOG_SYS_RST,
WRI_TYPE_CS_WDOG_CPU_RST,
WRI_TYPE_CS_DM_NDM_RST,
WRI_TYPE_CS_DM_CPU_RST,
WRI_TYPE_SC_WDOG_RST,
WRI_TYPE_SC_WDOG_SYS_RST,
WRI_TYPE_SC_WDOG_CPU_RST,
WRI_TYPE_SC_DM_NDM_RST,
WRI_TYPE_SC_DM_CPU_RST,
WRI_TYPE_SE_WDOG_RST,
WRI_TYPE_SE_WDOG_SYS_RST,
WRI_TYPE_SE_WDOG_CPU_RST,
WRI_TYPE_SE_DM_NDM_RST,
WRI_TYPE_MAX
};