Searched refs:impl_ctx (Results 1 – 1 of 1) sorted by relevance
71 twdt_ctx_t impl_ctx; member100 esp_task_wdt_impl_timer_feed(p_twdt_obj->impl_ctx); in task_wdt_timer_feed()198 esp_task_wdt_impl_timer_restart(p_twdt_obj->impl_ctx); in add_entry()244 esp_task_wdt_impl_timer_stop(p_twdt_obj->impl_ctx); in delete_entry()534 esp_task_wdt_impl_timeout_triggered(p_twdt_obj->impl_ctx); in task_wdt_isr()584 ret = esp_task_wdt_impl_timer_allocate(config, task_wdt_isr, &obj->impl_ctx); in esp_task_wdt_init()602 esp_task_wdt_impl_timer_restart(p_twdt_obj->impl_ctx); in esp_task_wdt_init()622 ret = esp_task_wdt_impl_timer_stop(p_twdt_obj->impl_ctx); in esp_task_wdt_reconfigure()631 ret = esp_task_wdt_impl_timer_reconfigure(p_twdt_obj->impl_ctx, config); in esp_task_wdt_reconfigure()652 esp_task_wdt_impl_timer_restart(p_twdt_obj->impl_ctx); in esp_task_wdt_reconfigure()[all …]