Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/
Dspi_flash_os_func_app.c154 unsigned retries = 5; in get_buffer_malloc() local
157 while(ret == NULL && retries-- && read_chunk_size > 0) { in get_buffer_malloc()
Desp_flash_api.c271 int retries = 10; in esp_flash_init() local
274 } while (err == ESP_ERR_FLASH_NOT_INITIALISED && retries-- > 0); in esp_flash_init()
350 int retries = 10; in esp_flash_init_main() local
353 } while (err == ESP_ERR_FLASH_NOT_INITIALISED && retries-- > 0); in esp_flash_init_main()
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dadvanced-options.rst43 …user can specify how many times to try to open a port. The delay between retries is 0.1 seconds. T…