Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Dintr_alloc.c311 int best=-1; in get_available_int() local
334 best = vd->intno; in get_available_int()
336 return best; in get_available_int()
348 best = vd->intno; in get_available_int()
352 return best; in get_available_int()
391 best = x; in get_available_int()
396 ALCHLOG("...worse than int %d", best); in get_available_int()
399 if (best == -1) { in get_available_int()
404 best = x; in get_available_int()
415 best = x; in get_available_int()
[all …]
/hal_espressif-latest/components/soc/
DKconfig35 # for each page size is reduced proportionally: 4 MB, 2MB, 1MB. To make best
/hal_espressif-latest/components/heap/
Dinternals.md7 2. The functions that does not require the best of performance placed in the flash (e.g., `heap_cap…
DKconfig28 So it's best to keep it disabled unless tracing is being used.
/hal_espressif-latest/components/esp_phy/
DKconfig123 …get best WiFi performance. This option controls whether or not the ESP PHY library will keep the U…
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dflash-modes.rst48 … The highest {IDF_TARGET_FLASH_FREQ_F}MHz flash clock speed will give the best performance, but ma…
/hal_espressif-latest/tools/esptool_py/
DLICENSE285 possible use to the public, the best way to achieve this is to make it
/hal_espressif-latest/components/mbedtls/
DKconfig475 slower in others. You should benchmark to find the best setting for you.