Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bootloader_support/src/
Dflash_qio_mode.c41 uint16_t id_mask; /* Bits to match on in flash chip ID */ member
128 … if (mfg_id == chip->mfg_id && (flash_id & chip->id_mask) == (chip->flash_id & chip->id_mask)) { in bootloader_enable_qio_mode()