Home
last modified time | relevance | path

Searched refs:SPI_MEM_USER1_REG (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-latest/components/esp_psram/esp32s3/
Desp_psram_impl_quad.c162 uint32_t backup_usr1 = READ_PERI_REG(SPI_MEM_USER1_REG(spi_num)); in psram_exec_cmd()
171 WRITE_PERI_REG(SPI_MEM_USER1_REG(spi_num), backup_usr1); in psram_exec_cmd()
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Dspi_flash.h60 #define PERIPHS_SPI_FLASH_USRREG1 SPI_MEM_USER1_REG(1)
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Dspi_flash.h24 #define PERIPHS_SPI_FLASH_USRREG1 SPI_MEM_USER1_REG(1)
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Dspi_flash.h24 #define PERIPHS_SPI_FLASH_USRREG1 SPI_MEM_USER1_REG(1)
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Dspi_flash.h24 #define PERIPHS_SPI_FLASH_USRREG1 SPI_MEM_USER1_REG(1)
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dspi_flash.h54 #define PERIPHS_SPI_FLASH_USRREG1 SPI_MEM_USER1_REG(1)
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/
Dspi_flash.h24 #define PERIPHS_SPI_FLASH_USRREG1 SPI_MEM_USER1_REG(1)
/hal_espressif-latest/components/esp_psram/esp32s2/
Desp_psram_impl_quad.c216 uint32_t backup_usr1 = READ_PERI_REG(SPI_MEM_USER1_REG(spi_num)); in psram_exec_cmd()
225 WRITE_PERI_REG(SPI_MEM_USER1_REG(spi_num), backup_usr1); in psram_exec_cmd()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dmspi_timing_tuning_ll.h278 …SET_PERI_REG_BITS(SPI_MEM_USER1_REG(spi_num), SPI_MEM_USR_DUMMY_CYCLELEN_V, dummy, SPI_MEM_USR_DUM… in mspi_timing_ll_set_quad_flash_dummy()
/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_spiflash.c720 …REG_SET_FIELD(SPI_MEM_USER1_REG(0), SPI_MEM_USR_DUMMY_CYCLELEN, cache->dummy_bit_len - 1 + rom_spi… in esp_rom_opiflash_cache_mode_config()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dspi_mem_reg.h423 #define SPI_MEM_USER1_REG(i) (REG_SPI_MEM_BASE(i) + 0x1C) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dspi_mem_reg.h430 #define SPI_MEM_USER1_REG(i) (REG_SPI_MEM_BASE(i) + 0x01C) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dspi_mem_reg.h439 #define SPI_MEM_USER1_REG(i) (REG_SPI_MEM_BASE(i) + 0x01C) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dspi_mem_reg.h468 #define SPI_MEM_USER1_REG(i) (REG_SPI_MEM_BASE(i) + 0x1C) macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dspi_mem_reg.h587 #define SPI_MEM_USER1_REG(i) (REG_SPI_MEM_BASE(i) + 0x1C) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dspi_mem_reg.h582 #define SPI_MEM_USER1_REG(i) (REG_SPI_MEM_BASE(i) + 0x1C) macro