Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash.c661 static IRAM_ATTR bool is_xmc_chip_strict(uint32_t rdid) in is_xmc_chip_strict() function
692 if (fast_check && is_xmc_chip_strict(g_rom_flashchip.device_id)) { in bootloader_flash_xmc_startup()
719 if (!is_xmc_chip_strict(g_rom_flashchip.device_id)) { in bootloader_flash_xmc_startup()
/hal_espressif-latest/zephyr/port/bootloader/
Dbootloader_flash.c649 static IRAM_ATTR bool is_xmc_chip_strict(uint32_t rdid) in is_xmc_chip_strict() function
680 if (fast_check && is_xmc_chip_strict(g_rom_flashchip.device_id)) { in bootloader_flash_xmc_startup()
707 if (!is_xmc_chip_strict(g_rom_flashchip.device_id)) { in bootloader_flash_xmc_startup()
/hal_espressif-latest/tools/esptool_py/esptool/
D__init__.py906 def is_xmc_chip_strict(): function
932 if fast_check and is_xmc_chip_strict():
951 if not is_xmc_chip_strict():