Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/esp-tls/
Desp_tls.c471 uint32_t expired = xTaskGetTickCount() - start; in esp_tls_conn_new() local
472 if (expired >= timeout_ticks) { in esp_tls_conn_new()
496 uint32_t expired = xTaskGetTickCount() - start; in esp_tls_conn_new_sync() local
497 if (expired >= timeout_ticks) { in esp_tls_conn_new_sync()
/hal_espressif-3.5.0/components/mqtt/
DKconfig144 int "Outbox message expired timeout[ms]"
/hal_espressif-3.5.0/components/freemodbus/
DKconfig35 Once expired the current connection with the client will be closed
/hal_espressif-3.5.0/docs/en/api-reference/system/
Desp_timer.rst95 If `skip_unhandled_events` is set then a periodic timer that has expired multiple times without bei…
/hal_espressif-3.5.0/docs/zh_CN/api-guides/esp-ble-mesh/
Dble-mesh-faq.rst596 5.3 :code:`Incomplete timer expired` 代表什么?
/hal_espressif-3.5.0/docs/en/api-guides/esp-ble-mesh/
Dble-mesh-faq.rst594 5.3 What is the meaning of warning :code:`Incomplete timer expired`?
617 …nicast address. After the corresponding response is received or timer is expired, then another mes…
/hal_espressif-3.5.0/components/mdns/
Dmdns.c5049 uint32_t expired = xTaskGetTickCount() - start; in mdns_service_add_for_host() local
5050 if (expired >= timeout_ticks) { in mdns_service_add_for_host()
5053 vTaskDelay(MIN(10 / portTICK_RATE_MS, timeout_ticks - expired)); in mdns_service_add_for_host()
/hal_espressif-3.5.0/components/freertos/
DHistory.txt494 blocked task's timeout has not expired.
2038 expired or they are able to complete their operation. It is therefore no