Home
last modified time | relevance | path

Searched refs:RTC_CNTL_WDT_EN (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/
Drtc_wdt.c32 SET_PERI_REG_MASK(RTC_CNTL_WDTCONFIG0_REG, RTC_CNTL_WDT_EN | RTC_CNTL_WDT_PAUSE_IN_SLP); in rtc_wdt_enable()
52 REG_CLR_BIT(RTC_CNTL_WDTCONFIG0_REG, RTC_CNTL_WDT_EN); in rtc_wdt_disable()
150 …return (REG_GET_BIT(RTC_CNTL_WDTCONFIG0_REG, RTC_CNTL_WDT_EN) != 0) || (REG_GET_BIT(RTC_CNTL_WDTCO… in rtc_wdt_is_on()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Drtc_cntl_reg.h1027 #define RTC_CNTL_WDT_EN (BIT(31)) macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc_cntl_reg.h1631 #define RTC_CNTL_WDT_EN (BIT(31)) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc_cntl_reg.h1590 #define RTC_CNTL_WDT_EN (BIT(31)) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc_cntl_reg.h2077 #define RTC_CNTL_WDT_EN (BIT(31)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_cntl_reg.h1991 #define RTC_CNTL_WDT_EN (BIT(31)) macro