Home
last modified time | relevance | path

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

/external/libwebsockets/plugins/
Dprotocol_esp32_lws_ota.c41 TimerHandle_t reboot_timer; member
159 pss->reboot_timer = xTimerCreate("x", pdMS_TO_TICKS(250), 0, NULL, in ota_file_upload_cb()
161 xTimerStart(pss->reboot_timer, 0); in ota_file_upload_cb()
Dprotocol_esp32_lws_scan.c66 TimerHandle_t timer, reboot_timer; member
894 vhd->reboot_timer = xTimerCreate("x", pdMS_TO_TICKS(250), 0, vhd, in callback_esplws_scan()
896 xTimerStart(vhd->reboot_timer, 0); in callback_esplws_scan()
1126 vhd->reboot_timer = xTimerCreate("x", pdMS_TO_TICKS(3000), 0, vhd, in callback_esplws_scan()
1128 xTimerStart(vhd->reboot_timer, 0); in callback_esplws_scan()
1242 vhd->reboot_timer = xTimerCreate("x", pdMS_TO_TICKS(250), 0, vhd, in callback_esplws_scan()
1244 xTimerStart(vhd->reboot_timer, 0); in callback_esplws_scan()