Home
last modified time | relevance | path

Searched refs:wdt_hal_is_enabled (Results 1 – 4 of 4) sorted by relevance

/device/soc/esp/esp32/components/hal/include/hal/
Dwdt_hal.h176 bool wdt_hal_is_enabled(wdt_hal_context_t *hal);
/device/soc/esp/esp32/components/esp_system/
Dpanic.c268 if (!wdt_hal_is_enabled(&rtc_wdt_ctx)) { in esp_panic_handler()
Dsleep_modes.c771 …bool wdt_was_enabled = wdt_hal_is_enabled(&rtc_wdt_ctx); // If WDT was enabled in the user code… in esp_light_sleep_start()
/device/soc/esp/esp32/components/hal/
Dwdt_hal_iram.c194 bool wdt_hal_is_enabled(wdt_hal_context_t *hal) in wdt_hal_is_enabled() function