Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/include/hal/
Dspi_flash_hal.h53 #define SPI_FLASH_HOST_CONTEXT_FLAG_AUTO_RESUME BIT(1) ///< Setup auto-resume feature. macro
/device/soc/esp/esp32/components/hal/
Dspi_flash_hal.c97 data_out->flags |= SPI_FLASH_HOST_CONTEXT_FLAG_AUTO_RESUME; in spi_flash_hal_init()
Dspi_flash_hal_common.inc62 if ((ctx->flags & SPI_FLASH_HOST_CONTEXT_FLAG_AUTO_RESUME) != 0) {