/hal_espressif-latest/zephyr/esp32c3/src/ |
D | soc_flash_init.c | 50 SPI_MEM_CS_SETUP_TIME_S); in flash_cs_timing_config() 54 SPI_MEM_CS_SETUP_TIME_S); in flash_cs_timing_config()
|
/hal_espressif-latest/zephyr/esp32s3/src/ |
D | soc_flash_init.c | 93 FLASH_CS_SETUP_TIME, SPI_MEM_CS_SETUP_TIME_S); in flash_cs_timing_config() 101 SPI_MEM_CS_SETUP_TIME_S); in flash_cs_timing_config()
|
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/ |
D | bootloader_flash_config_esp32c3.c | 44 SET_PERI_REG_BITS(SPI_MEM_CTRL2_REG(0), SPI_MEM_CS_SETUP_TIME_V, 0, SPI_MEM_CS_SETUP_TIME_S); in bootloader_flash_cs_timing_config() 47 SET_PERI_REG_BITS(SPI_MEM_CTRL2_REG(1), SPI_MEM_CS_SETUP_TIME_V, 0, SPI_MEM_CS_SETUP_TIME_S); in bootloader_flash_cs_timing_config()
|
D | bootloader_flash_config_esp32s2.c | 47 SET_PERI_REG_BITS(SPI_MEM_CTRL2_REG(0), SPI_MEM_CS_SETUP_TIME_V, 0, SPI_MEM_CS_SETUP_TIME_S); in bootloader_flash_cs_timing_config() 50 SET_PERI_REG_BITS(SPI_MEM_CTRL2_REG(1), SPI_MEM_CS_SETUP_TIME_V, 0, SPI_MEM_CS_SETUP_TIME_S); in bootloader_flash_cs_timing_config()
|
D | bootloader_flash_config_esp32s3.c | 49 …_BITS(SPI_MEM_CTRL2_REG(0), SPI_MEM_CS_SETUP_TIME_V, FLASH_CS_SETUP_TIME, SPI_MEM_CS_SETUP_TIME_S); in bootloader_flash_cs_timing_config() 54 … SET_PERI_REG_BITS(SPI_MEM_CTRL2_REG(0), SPI_MEM_CS_SETUP_TIME_V, 0, SPI_MEM_CS_SETUP_TIME_S); in bootloader_flash_cs_timing_config()
|
D | bootloader_flash_config_esp32c6.c | 41 SET_PERI_REG_BITS(SPI_MEM_CTRL2_REG(0), SPI_MEM_CS_SETUP_TIME_V, 0, SPI_MEM_CS_SETUP_TIME_S); in bootloader_flash_cs_timing_config()
|
D | bootloader_flash_config_esp32h2.c | 42 SET_PERI_REG_BITS(SPI_MEM_CTRL2_REG(0), SPI_MEM_CS_SETUP_TIME_V, 0, SPI_MEM_CS_SETUP_TIME_S); in bootloader_flash_cs_timing_config()
|
D | bootloader_flash_config_esp32c2.c | 43 SET_PERI_REG_BITS(SPI_MEM_CTRL2_REG(0), SPI_MEM_CS_SETUP_TIME_V, 0, SPI_MEM_CS_SETUP_TIME_S); in bootloader_flash_cs_timing_config()
|
/hal_espressif-latest/zephyr/esp32s2/src/ |
D | soc_flash_init.c | 89 SPI_MEM_CS_SETUP_TIME_S); in flash_cs_timing_config() 93 SPI_MEM_CS_SETUP_TIME_S); in flash_cs_timing_config()
|
/hal_espressif-latest/zephyr/esp32c6/src/ |
D | soc_flash_init.c | 46 SPI_MEM_CS_SETUP_TIME_S); in flash_cs_timing_config()
|
/hal_espressif-latest/zephyr/esp32c2/src/ |
D | soc_flash_init.c | 48 SPI_MEM_CS_SETUP_TIME_S); in flash_cs_timing_config()
|
/hal_espressif-latest/components/esp_psram/esp32s2/ |
D | esp_psram_impl_quad.c | 343 …_REG_BITS(SPI_MEM_CTRL2_REG(_SPI_FLASH_PORT), SPI_MEM_CS_SETUP_TIME_V, 0, SPI_MEM_CS_SETUP_TIME_S); in psram_set_spi1_cmd_cs_timing() 359 …_REG_BITS(SPI_MEM_CTRL2_REG(_SPI_CACHE_PORT), SPI_MEM_CS_SETUP_TIME_V, 0, SPI_MEM_CS_SETUP_TIME_S); in psram_set_spi0_cache_cs_timing()
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | spi_mem_reg.h | 297 #define SPI_MEM_CS_SETUP_TIME_M ((SPI_MEM_CS_SETUP_TIME_V)<<(SPI_MEM_CS_SETUP_TIME_S)) 299 #define SPI_MEM_CS_SETUP_TIME_S 0 macro
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | spi_mem_reg.h | 304 #define SPI_MEM_CS_SETUP_TIME_M ((SPI_MEM_CS_SETUP_TIME_V)<<(SPI_MEM_CS_SETUP_TIME_S)) 306 #define SPI_MEM_CS_SETUP_TIME_S 0 macro
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | spi_mem_reg.h | 313 #define SPI_MEM_CS_SETUP_TIME_M ((SPI_MEM_CS_SETUP_TIME_V)<<(SPI_MEM_CS_SETUP_TIME_S)) 315 #define SPI_MEM_CS_SETUP_TIME_S 0 macro
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | spi_mem_reg.h | 340 #define SPI_MEM_CS_SETUP_TIME_M ((SPI_MEM_CS_SETUP_TIME_V)<<(SPI_MEM_CS_SETUP_TIME_S)) 342 #define SPI_MEM_CS_SETUP_TIME_S 0 macro
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | spi_mem_reg.h | 461 #define SPI_MEM_CS_SETUP_TIME_M ((SPI_MEM_CS_SETUP_TIME_V)<<(SPI_MEM_CS_SETUP_TIME_S)) 463 #define SPI_MEM_CS_SETUP_TIME_S 0 macro
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | spi_mem_reg.h | 456 #define SPI_MEM_CS_SETUP_TIME_M ((SPI_MEM_CS_SETUP_TIME_V)<<(SPI_MEM_CS_SETUP_TIME_S)) 458 #define SPI_MEM_CS_SETUP_TIME_S 0 macro
|