Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/include/esp_private/
Desp_task_wdt_impl.h83 esp_err_t esp_task_wdt_impl_timer_stop(twdt_ctx_t obj);
/hal_espressif-latest/components/esp_system/task_wdt/
Dtask_wdt.c244 esp_task_wdt_impl_timer_stop(p_twdt_obj->impl_ctx); in delete_entry()
622 ret = esp_task_wdt_impl_timer_stop(p_twdt_obj->impl_ctx); in esp_task_wdt_reconfigure()
671 ret = esp_task_wdt_impl_timer_stop(p_twdt_obj->impl_ctx); in esp_task_wdt_stop()
709 esp_task_wdt_impl_timer_stop(p_twdt_obj->impl_ctx); in esp_task_wdt_deinit()
Dtask_wdt_impl_esp_timer.c119 esp_err_t esp_task_wdt_impl_timer_stop(twdt_ctx_t obj) in esp_task_wdt_impl_timer_stop() function
Dtask_wdt_impl_timergroup.c149 esp_err_t esp_task_wdt_impl_timer_stop(twdt_ctx_t obj) in esp_task_wdt_impl_timer_stop() function