Searched refs:reboot_timer (Results 1 – 2 of 2) sorted by relevance
/external/libwebsockets/plugins/ |
D | protocol_esp32_lws_ota.c | 41 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()
|
D | protocol_esp32_lws_scan.c | 66 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()
|