Home
last modified time | relevance | path

Searched refs:is_xmc_chip_strict (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/esptool_py/esptool/esptool/
D__init__.py741 def is_xmc_chip_strict(): function
767 if fast_check and is_xmc_chip_strict():
786 if not is_xmc_chip_strict():
/hal_espressif-3.6.0/components/bootloader_support/src/
Dbootloader_flash.c732 static IRAM_ATTR bool is_xmc_chip_strict(uint32_t rdid) in is_xmc_chip_strict() function
763 if (fast_check && is_xmc_chip_strict(g_rom_flashchip.device_id)) { in bootloader_flash_xmc_startup()
790 if (!is_xmc_chip_strict(g_rom_flashchip.device_id)) { in bootloader_flash_xmc_startup()