Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dflash_qio_mode.c71 uint8_t mfg_id; in bootloader_enable_qio_mode() local
81 mfg_id = (raw_flash_id >> 16) & 0xFF; in bootloader_enable_qio_mode()
83 ESP_EARLY_LOGD(TAG, "Manufacturer ID 0x%02x chip ID 0x%04x", mfg_id, flash_id); in bootloader_enable_qio_mode()
87 … if (mfg_id == chip->mfg_id && (flash_id & chip->id_mask) == (chip->flash_id & chip->id_mask)) { in bootloader_enable_qio_mode()
/hal_espressif-latest/components/bootloader_support/bootloader_flash/include/
Dbootloader_flash_override.h22 uint8_t mfg_id; /* 8-bit JEDEC manufacturer ID */ member
/hal_espressif-latest/components/spi_flash/
Dmemspi_host_driver.c104 uint8_t mfg_id = raw_flash_id & 0xFF; in memspi_host_read_id_hs() local
106 *id = ((uint32_t)mfg_id << 16) | flash_id; in memspi_host_read_id_hs()