Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wifi_provisioning/src/
Dmanager.c97 esp_timer_handle_t autostop_timer; member
567 if (prov_ctx->autostop_timer) { in wifi_prov_mgr_stop_service()
568 esp_timer_stop(prov_ctx->autostop_timer); in wifi_prov_mgr_stop_service()
569 esp_timer_delete(prov_ctx->autostop_timer); in wifi_prov_mgr_stop_service()
570 prov_ctx->autostop_timer = NULL; in wifi_prov_mgr_stop_service()
848 … esp_timer_start_once(prov_ctx->autostop_timer, CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT * 1000000U); in wifi_prov_mgr_event_handler_internal()
1506 ret = esp_timer_create(&autostop_timer_conf, &prov_ctx->autostop_timer); in wifi_prov_mgr_start_provisioning()
1524 esp_timer_delete(prov_ctx->autostop_timer); in wifi_prov_mgr_start_provisioning()