Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/spi_flash/include/
Desp_flash.h68 #define SPI_FLASH_YIELD_REQ_YIELD BIT(0) macro
/hal_espressif-3.6.0/components/spi_flash/
Dspi_flash_os_func_app.c124 request = SPI_FLASH_YIELD_REQ_YIELD; in spi1_flash_os_check_yield()
Dspi_flash_chip_generic.c389 if (err == ESP_OK && (request & SPI_FLASH_YIELD_REQ_YIELD) != 0) { in spi_flash_chip_generic_yield()