Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/
Dspi_flash_hpm_enable.c182 chip_cap = SPI_FLASH_HPM_DUMMY_NEEDED; in spi_flash_hpm_chip_hpm_requirement_check_with_dummy()
358 …heck == SPI_FLASH_HPM_CMD_NEEDED) || (hpm_requirement_check == SPI_FLASH_HPM_DUMMY_NEEDED) || (hpm… in spi_flash_enable_high_performance_mode()
368 s_hpm_dummy_changed = (hpm_requirement_check == SPI_FLASH_HPM_DUMMY_NEEDED) ? true : false; in spi_flash_enable_high_performance_mode()
370 assert(hpm_requirement_check != SPI_FLASH_HPM_DUMMY_NEEDED); in spi_flash_enable_high_performance_mode()
/hal_espressif-latest/components/spi_flash/include/
Dspi_flash_override.h31SPI_FLASH_HPM_DUMMY_NEEDED, // Means that in the certain condition, flash needs to enter the hi… enumerator