Home
last modified time | relevance | path

Searched defs:direct_read (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.5.0/components/hal/
Dspi_flash_hal.c156 bool direct_read = ( ((spi_flash_hal_context_t *)host)->spi != spi_flash_ll_get_hw(SPI1_HOST) in spi_flash_hal_supports_direct_read() local
/hal_espressif-3.5.0/components/spi_flash/
Dflash_ops.c768 bool direct_read = esp_ptr_internal(dstc) in spi_flash_read() local
772 bool direct_read = true; in spi_flash_read() local
Desp_flash_api.c801 bool direct_read = chip->host->driver->supports_direct_read(chip->host, buffer); in esp_flash_read() local