Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash.c691 const bool fast_check = true; in bootloader_flash_xmc_startup() local
692 if (fast_check && is_xmc_chip_strict(g_rom_flashchip.device_id)) { in bootloader_flash_xmc_startup()
/hal_espressif-latest/zephyr/port/bootloader/
Dbootloader_flash.c679 const bool fast_check = true; in bootloader_flash_xmc_startup() local
680 if (fast_check && is_xmc_chip_strict(g_rom_flashchip.device_id)) { in bootloader_flash_xmc_startup()
/hal_espressif-latest/tools/esptool_py/esptool/
D__init__.py931 fast_check = True
932 if fast_check and is_xmc_chip_strict():