Searched refs:retries (Results 1 – 6 of 6) sorted by relevance
49 static int retries; in event_handler() local71 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()
37 This will restart the provisioning service after retries are exhausted.42 prompt "Max retries before reseting provisioning state machine"
161 unsigned retries = 5; in get_buffer_malloc() local163 while(ret == NULL && retries--) { in get_buffer_malloc()
210 int retries = 10; in esp_flash_init() local213 } while (err == ESP_ERR_FLASH_NOT_INITIALISED && retries-- > 0); in esp_flash_init()287 int retries = 10; in esp_flash_init_main() local290 } while (err == ESP_ERR_FLASH_NOT_INITIALISED && retries-- > 0); in esp_flash_init_main()
53 … value of TCP keep alive packet retry send counts. This is the number of retries of the keepalive …
39 for (int retries = 0; retries < MEASUREMENTS; retries++) {