Home
last modified time | relevance | path

Searched refs:wdt_flashboot_mod_en (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Drtc.h499 uint32_t wdt_flashboot_mod_en : 1; //!< enable WDT flashboot mode member
529 .wdt_flashboot_mod_en = 0, \
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Drtc.h668 uint32_t wdt_flashboot_mod_en : 1; //!< enable WDT flashboot mode member
697 .wdt_flashboot_mod_en = 0, \
Dtimer_group_struct.h201 uint32_t wdt_flashboot_mod_en:1; member
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Drtc.h643 uint32_t wdt_flashboot_mod_en : 1; //!< enable WDT flashboot mode member
675 .wdt_flashboot_mod_en = 0, \
Dtimer_group_struct.h188 uint32_t wdt_flashboot_mod_en:1; member
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Drtc.h650 uint32_t wdt_flashboot_mod_en : 1; //!< enable WDT flashboot mode member
682 .wdt_flashboot_mod_en = 0, \
Dtimer_group_struct.h193 uint32_t wdt_flashboot_mod_en:1; member
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Drtc.h659 uint32_t wdt_flashboot_mod_en : 1; //!< enable WDT flashboot mode member
691 .wdt_flashboot_mod_en = 0, \
Dtimer_group_struct.h188 uint32_t wdt_flashboot_mod_en:1; member
/hal_espressif-3.4.0/components/hal/esp32c3/include/hal/
Dmwdt_ll.h187 hw->wdtconfig0.wdt_flashboot_mod_en = (enable) ? 1 : 0; in mwdt_ll_set_flashboot_en()
/hal_espressif-3.4.0/components/hal/esp32h2/include/hal/
Dmwdt_ll.h187 hw->wdtconfig0.wdt_flashboot_mod_en = (enable) ? 1 : 0; in mwdt_ll_set_flashboot_en()
/hal_espressif-3.4.0/components/hal/esp32s2/include/hal/
Dmwdt_ll.h201 hw->wdtconfig0.wdt_flashboot_mod_en = (enable) ? 1 : 0; in mwdt_ll_set_flashboot_en()
/hal_espressif-3.4.0/components/hal/esp32s3/include/hal/
Dmwdt_ll.h213 hw->wdtconfig0.wdt_flashboot_mod_en = (enable) ? 1 : 0; in mwdt_ll_set_flashboot_en()