Home
last modified time | relevance | path

Searched refs:SPI_MEM_CS_SETUP_M (Results 1 – 18 of 18) sorted by relevance

/hal_espressif-latest/zephyr/esp32c3/src/
Dsoc_flash_init.c47 SET_PERI_REG_MASK(SPI_MEM_USER_REG(0), SPI_MEM_CS_HOLD_M | SPI_MEM_CS_SETUP_M); in flash_cs_timing_config()
51 SET_PERI_REG_MASK(SPI_MEM_USER_REG(1), SPI_MEM_CS_HOLD_M | SPI_MEM_CS_SETUP_M); in flash_cs_timing_config()
/hal_espressif-latest/zephyr/esp32s3/src/
Dsoc_flash_init.c89 SET_PERI_REG_MASK(SPI_MEM_USER_REG(0), SPI_MEM_CS_HOLD_M | SPI_MEM_CS_SETUP_M); in flash_cs_timing_config()
102 SET_PERI_REG_MASK(SPI_MEM_USER_REG(0), SPI_MEM_CS_HOLD_M | SPI_MEM_CS_SETUP_M); in flash_cs_timing_config()
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash_config_esp32c3.c42 SET_PERI_REG_MASK(SPI_MEM_USER_REG(0), SPI_MEM_CS_HOLD_M | SPI_MEM_CS_SETUP_M); in bootloader_flash_cs_timing_config()
45 SET_PERI_REG_MASK(SPI_MEM_USER_REG(1), SPI_MEM_CS_HOLD_M | SPI_MEM_CS_SETUP_M); in bootloader_flash_cs_timing_config()
Dbootloader_flash_config_esp32s2.c45 SET_PERI_REG_MASK(SPI_MEM_USER_REG(0), SPI_MEM_CS_HOLD_M | SPI_MEM_CS_SETUP_M); in bootloader_flash_cs_timing_config()
48 SET_PERI_REG_MASK(SPI_MEM_USER_REG(1), SPI_MEM_CS_HOLD_M | SPI_MEM_CS_SETUP_M); in bootloader_flash_cs_timing_config()
Dbootloader_flash_config_esp32s3.c47 SET_PERI_REG_MASK(SPI_MEM_USER_REG(0), SPI_MEM_CS_HOLD_M | SPI_MEM_CS_SETUP_M); in bootloader_flash_cs_timing_config()
55 SET_PERI_REG_MASK(SPI_MEM_USER_REG(0), SPI_MEM_CS_HOLD_M | SPI_MEM_CS_SETUP_M); in bootloader_flash_cs_timing_config()
Dbootloader_flash_config_esp32c6.c39 SET_PERI_REG_MASK(SPI_MEM_USER_REG(0), SPI_MEM_CS_HOLD_M | SPI_MEM_CS_SETUP_M); in bootloader_flash_cs_timing_config()
Dbootloader_flash_config_esp32h2.c40 SET_PERI_REG_MASK(SPI_MEM_USER_REG(0), SPI_MEM_CS_HOLD_M | SPI_MEM_CS_SETUP_M); in bootloader_flash_cs_timing_config()
Dbootloader_flash_config_esp32c2.c41 SET_PERI_REG_MASK(SPI_MEM_USER_REG(0), SPI_MEM_CS_HOLD_M | SPI_MEM_CS_SETUP_M); in bootloader_flash_cs_timing_config()
/hal_espressif-latest/zephyr/esp32s2/src/
Dsoc_flash_init.c86 SET_PERI_REG_MASK(SPI_MEM_USER_REG(0), SPI_MEM_CS_HOLD_M | SPI_MEM_CS_SETUP_M); in flash_cs_timing_config()
90 SET_PERI_REG_MASK(SPI_MEM_USER_REG(1), SPI_MEM_CS_HOLD_M | SPI_MEM_CS_SETUP_M); in flash_cs_timing_config()
/hal_espressif-latest/components/esp_psram/esp32s2/
Desp_psram_impl_quad.c344 … SET_PERI_REG_MASK(SPI_MEM_USER_REG(_SPI_FLASH_PORT), SPI_MEM_CS_HOLD_M | SPI_MEM_CS_SETUP_M); in psram_set_spi1_cmd_cs_timing()
346 … SET_PERI_REG_MASK(SPI_MEM_USER_REG(_SPI_FLASH_PORT), SPI_MEM_CS_HOLD_M | SPI_MEM_CS_SETUP_M); in psram_set_spi1_cmd_cs_timing()
360 … SET_PERI_REG_MASK(SPI_MEM_USER_REG(_SPI_CACHE_PORT), SPI_MEM_CS_HOLD_M | SPI_MEM_CS_SETUP_M); in psram_set_spi0_cache_cs_timing()
/hal_espressif-latest/zephyr/esp32c6/src/
Dsoc_flash_init.c43 SET_PERI_REG_MASK(SPI_MEM_USER_REG(0), SPI_MEM_CS_HOLD_M | SPI_MEM_CS_SETUP_M); in flash_cs_timing_config()
/hal_espressif-latest/zephyr/esp32c2/src/
Dsoc_flash_init.c45 SET_PERI_REG_MASK(SPI_MEM_USER_REG(0), SPI_MEM_CS_HOLD_M | SPI_MEM_CS_SETUP_M); in flash_cs_timing_config()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dspi_mem_reg.h413 #define SPI_MEM_CS_SETUP_M (BIT(7)) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dspi_mem_reg.h420 #define SPI_MEM_CS_SETUP_M (BIT(7)) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dspi_mem_reg.h429 #define SPI_MEM_CS_SETUP_M (BIT(7)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dspi_mem_reg.h458 #define SPI_MEM_CS_SETUP_M (BIT(7)) macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dspi_mem_reg.h577 #define SPI_MEM_CS_SETUP_M (BIT(7)) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dspi_mem_reg.h572 #define SPI_MEM_CS_SETUP_M (BIT(7)) macro