Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/
Desp_flash_spi_init.c206 const bool is_main_flash = (config->host_id == SPI1_HOST && config->cs_id == 0); in acquire_spi_device() local
207 …f (config->cs_id >= SOC_SPI_PERIPH_CS_NUM(config->host_id) || config->cs_id < 0 || is_main_flash) { in acquire_spi_device()