Lines Matching refs:can
9 can both be enabled using :ref:`project-configuration-menu`, however the TWDT can also be
20 can't get any CPU runtime. A blocked task switching interrupt can happen because a program runs int…
25 disabled. Depending on the configuration of the panic handler, it can also blindly reset the CPU, w…
66 CPU time. This can be an indicator of poorly written code that spinloops on a
71 By default the TWDT will watch the {IDF_TARGET_IDLE_TASKS}, however any task can
82 can be initialized by calling :cpp:func:`esp_task_wdt_init` which will configure
83 the hardware timer. A task can then subscribe to the TWDT using
90 A watched task can be unsubscribed from the TWDT using
93 form the TWDT, the TWDT can be deinitialized by calling
137 …Since the switch to the backup clock is done in hardware it can also happen during deep sleep. Thi…
139 …If the `XTAL32K_CLK` starts functioning normally again, you can call `esp_xt_wdt_restore_clk` to s…
144 …d (:ref:`CONFIG_{IDF_TARGET_CFG_PREFIX}_RTC_CLK_SRC`) the XTAL32K watchdog can be enabled via the …