Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/examples/provisioning/wifi_prov_mgr/main/
Dapp_main.c49 static int retries; in event_handler() local
71 retries++; in event_handler()
72 if (retries >= CONFIG_EXAMPLE_PROV_MGR_MAX_RETRY_CNT) { in event_handler()
75 retries = 0; in event_handler()
83 retries = 0; in event_handler()
DKconfig.projbuild37 This will restart the provisioning service after retries are exhausted.
42 prompt "Max retries before reseting provisioning state machine"
/hal_espressif-3.4.0/components/spi_flash/
Dspi_flash_os_func_app.c161 unsigned retries = 5; in get_buffer_malloc() local
163 while(ret == NULL && retries--) { in get_buffer_malloc()
Desp_flash_api.c210 int retries = 10; in esp_flash_init() local
213 } while (err == ESP_ERR_FLASH_NOT_INITIALISED && retries-- > 0); in esp_flash_init()
287 int retries = 10; in esp_flash_init_main() local
290 } while (err == ESP_ERR_FLASH_NOT_INITIALISED && retries-- > 0); in esp_flash_init_main()
/hal_espressif-3.4.0/examples/protocols/sockets/tcp_server/
DREADME.md53 … value of TCP keep alive packet retry send counts. This is the number of retries of the keepalive …
/hal_espressif-3.4.0/docs/en/api-guides/performance/
Dspeed.rst39 for (int retries = 0; retries < MEASUREMENTS; retries++) {