mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-26 22:18:54 +00:00
V1.0.6
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2022-2023, ArtInChip Technology Co., Ltd
|
||||
* Copyright (c) 2022-2024, ArtInChip Technology Co., Ltd
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -22,6 +22,9 @@ extern "C" {
|
||||
#define WDT_MIN_TIMEOUT 1
|
||||
#define WDT_DEFAULT_TIMEOUT 10
|
||||
|
||||
#define WREG_PROTECT_EN 1
|
||||
#define WREG_PROTECT_DIS 0
|
||||
|
||||
#ifdef AIC_WDT_DRV_V11
|
||||
#define RST_CPU 1
|
||||
#define RST_SYS 0
|
||||
@@ -49,6 +52,7 @@ void hal_wdt_thd_get(u32 ch, struct aic_wdt *wdt);
|
||||
int hal_wdt_clr_int(void);
|
||||
|
||||
void hal_wdt_status_show(u32 ch);
|
||||
void hal_wdt_reg_protect(u8 enable);
|
||||
|
||||
#ifdef AIC_WDT_DRV_V11
|
||||
void hal_wdt_rst_type_set(u32 rst);
|
||||
|
||||
Reference in New Issue
Block a user