Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c473 … p_res->attempt = (p_md1->attempt > p_md2->attempt) ? (p_md1->attempt) : (p_md2->attempt); in btm_pm_compare_modes()
631 md_res.max, md_res.min, md_res.attempt, in btm_pm_snd_md_req()
/hal_espressif-latest/components/esp_psram/
DKconfig.spiram.common56 …done from external RAM. If allocation from the preferred region fails, an attempt is made to alloc…
/hal_espressif-latest/tools/esptool_py/esptool/
Dcmds.py607 for attempt in range(1, esp.WRITE_FLASH_ATTEMPTS + 1):
664 if attempt == esp.WRITE_FLASH_ATTEMPTS or encrypted:
/hal_espressif-latest/tools/esptool_py/test/
Dtest_esptool.py86 for attempt in range(attempts_count):
106 + (" Retrying . . ." if attempt < attempts_count - 1 else "")
/hal_espressif-latest/tools/esptool_py/
DCHANGELOG.md226 - **connection attempt**: Decouple reset sequence settings
DCONTRIBUTING.rst166 … Do not attempt to run these tests on real hardware! You risk damaging or destroying the ESP chip!
DLICENSE173 except as expressly provided under this License. Any attempt
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h1892 UINT16 attempt; member