mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-01 23:51:49 +01:00
bootloader: fix analog reset on C6 and H2
This commit is contained in:
committed by
Xiao Xufeng
parent
1a1b0036a6
commit
c7b852b7c7
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
|
||||
* SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
@@ -109,7 +109,7 @@ extern "C" {
|
||||
#define LP_ANALOG_PERI_LP_ANA_ANA_FIB_ENA_S 0
|
||||
|
||||
#define LP_ANALOG_PERI_LP_ANA_FIB_GLITCH_RST BIT(0)
|
||||
#define LP_ANALOG_PERI_LP_ANA_FIB_BOR_RST BIT(1)
|
||||
#define LP_ANALOG_PERI_LP_ANA_FIB_BOD_RST BIT(1)
|
||||
#define LP_ANALOG_PERI_LP_ANA_FIB_SUPER_WDT_RST BIT(2)
|
||||
|
||||
/** LP_ANALOG_PERI_LP_ANA_INT_RAW_REG register
|
||||
|
||||
Reference in New Issue
Block a user