Home
last modified time | relevance | path

Searched refs:rtc_wdt_feed (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/include/
Drtc_wdt.h132 void rtc_wdt_feed(void);
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dlp_wdt_struct.h136 uint32_t rtc_wdt_feed:1; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dlp_wdt_struct.h151 uint32_t rtc_wdt_feed:1; member
/hal_espressif-latest/components/esp_hw_support/
Drtc_wdt.c58 void rtc_wdt_feed(void) in rtc_wdt_feed() function
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dlpwdt_ll.h271 hw->feed.rtc_wdt_feed = 1; in lpwdt_ll_feed()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dlpwdt_ll.h269 hw->feed.rtc_wdt_feed = 1; in lpwdt_ll_feed()
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild275 Use function rtc_wdt_feed() for resetting counter of rtc_wdt.