mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
32 lines
892 B
Plaintext
32 lines
892 B
Plaintext
/*
|
|
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
/* ROM function interface esp32p4.rom.wdt.ld for esp32p4
|
|
*
|
|
*
|
|
* Generated from ./target/esp32p4/interface-esp32p4.yml md5sum f6516bd9708d890f63db87f8aed53ca7
|
|
*
|
|
* Compatible with ROM where ECO version equal or greater to 0.
|
|
*
|
|
* THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
|
*/
|
|
|
|
/***************************************
|
|
Group hal_wdt
|
|
***************************************/
|
|
|
|
/* Functions */
|
|
wdt_hal_init = 0x4fc001fc;
|
|
wdt_hal_deinit = 0x4fc00200;
|
|
wdt_hal_config_stage = 0x4fc00204;
|
|
wdt_hal_write_protect_disable = 0x4fc00208;
|
|
wdt_hal_write_protect_enable = 0x4fc0020c;
|
|
wdt_hal_enable = 0x4fc00210;
|
|
wdt_hal_disable = 0x4fc00214;
|
|
wdt_hal_handle_intr = 0x4fc00218;
|
|
wdt_hal_feed = 0x4fc0021c;
|
|
wdt_hal_set_flashboot_en = 0x4fc00220;
|
|
wdt_hal_is_enabled = 0x4fc00224;
|