Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash.c664 uint32_t mfid = BYTESHIFT(rdid, 1); in is_xmc_chip_strict() local
672 if (mfid == 0x40) { in is_xmc_chip_strict()
676 } else if (mfid == 0x41) { in is_xmc_chip_strict()
680 } else if (mfid == 0x50) { in is_xmc_chip_strict()
/hal_espressif-latest/zephyr/port/bootloader/
Dbootloader_flash.c652 uint32_t mfid = BYTESHIFT(rdid, 1); in is_xmc_chip_strict() local
660 if (mfid == 0x40) { in is_xmc_chip_strict()
664 } else if (mfid == 0x41) { in is_xmc_chip_strict()
668 } else if (mfid == 0x50) { in is_xmc_chip_strict()
/hal_espressif-latest/tools/esptool_py/esptool/
D__init__.py911 mfid = (rdid >> 8) & 0xFF
918 if mfid == 0x40:
921 elif mfid == 0x41:
924 elif mfid == 0x50: