Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/include/esp_private/
Desp_task_wdt_impl.h45 esp_err_t esp_task_wdt_impl_timer_reconfigure(twdt_ctx_t obj, const esp_task_wdt_config_t *config);
/hal_espressif-latest/components/esp_system/task_wdt/
Dtask_wdt_impl_esp_timer.c65 esp_err_t esp_task_wdt_impl_timer_reconfigure(twdt_ctx_t obj, const esp_task_wdt_config_t *config) in esp_task_wdt_impl_timer_reconfigure() function
Dtask_wdt_impl_timergroup.c77 esp_err_t esp_task_wdt_impl_timer_reconfigure(twdt_ctx_t obj, const esp_task_wdt_config_t *config) in esp_task_wdt_impl_timer_reconfigure() function
Dtask_wdt.c631 ret = esp_task_wdt_impl_timer_reconfigure(p_twdt_obj->impl_ctx, config); in esp_task_wdt_reconfigure()