1/* 2 * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6/*************************************** 7 Group hal_wdt 8 ***************************************/ 9 10/* Functions */ 11 12/* Patch init function to set clock source 13wdt_hal_init = 0x4000038c; 14wdt_hal_deinit = 0x40000390; 15*/ 16 17/* Functions */ 18wdt_hal_config_stage = 0x40000394; 19wdt_hal_write_protect_disable = 0x40000398; 20wdt_hal_write_protect_enable = 0x4000039c; 21wdt_hal_enable = 0x400003a0; 22wdt_hal_disable = 0x400003a4; 23wdt_hal_handle_intr = 0x400003a8; 24wdt_hal_feed = 0x400003ac; 25wdt_hal_set_flashboot_en = 0x400003b0; 26wdt_hal_is_enabled = 0x400003b4; 27