Home
last modified time | relevance | path

Searched refs:disable_watchdogs (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/tools/esptool_py/esptool/targets/
Desp32c3.py233 def disable_watchdogs(self): member in ESP32C3ROM
253 self.disable_watchdogs()
Desp32s3.py324 def disable_watchdogs(self): member in ESP32S3ROM
346 self.disable_watchdogs()
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_flasher.c111 static void disable_watchdogs() in disable_watchdogs() function
479 disable_watchdogs(); in stub_main()