Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_rom/include/esp32/rom/
Dspi_flash.h76 #define SPI1_R_QIO_DUMMY_CYCLELEN 3 macro
/hal_espressif-3.7.0/components/esp_rom/include/esp32s2/rom/
Dspi_flash.h79 #define SPI1_R_QIO_DUMMY_CYCLELEN 5 macro
/hal_espressif-3.7.0/components/esp_rom/include/esp32c3/rom/
Dspi_flash.h43 #define SPI1_R_QIO_DUMMY_CYCLELEN 5 macro
/hal_espressif-3.7.0/components/esp_rom/include/esp32c2/rom/
Dspi_flash.h43 #define SPI1_R_QIO_DUMMY_CYCLELEN 5 macro
/hal_espressif-3.7.0/components/esp_rom/include/esp32c6/rom/
Dspi_flash.h43 #define SPI1_R_QIO_DUMMY_CYCLELEN 5 macro
/hal_espressif-3.7.0/components/esp_rom/include/esp32h2/rom/
Dspi_flash.h43 #define SPI1_R_QIO_DUMMY_CYCLELEN 5 macro
/hal_espressif-3.7.0/components/esp_rom/include/esp32s3/rom/
Dspi_flash.h73 #define SPI1_R_QIO_DUMMY_CYCLELEN 5 macro
/hal_espressif-3.7.0/components/esp_hw_support/port/esp32s3/
Dmspi_timing_config.c145 return SPI1_R_QIO_DUMMY_CYCLELEN; in spi_timing_config_get_dummy()
/hal_espressif-3.7.0/components/esp_rom/patches/
Desp_rom_spiflash.c560 …REG_SET_FIELD(PERIPHS_SPI_FLASH_USRREG1, SPI_USR_DUMMY_CYCLELEN, SPI1_R_QIO_DUMMY_CYCLELEN + g_rom… in esp_rom_spiflash_read()