Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/
Dspi_flash_chip_gd.c64 #define WRSR_16B_REQUIRED(chip_id) (((chip_id) & FLASH_ID_MASK) == GD25LQ_PRODUCT_ID || \ macro
87 if (WRSR_16B_REQUIRED(chip->chip_id)) { in spi_flash_chip_gd_set_io_mode()