Home
last modified time | relevance | path

Searched refs:SPI_CS_HOLD_M (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/bootloader_support/src/
Dbootloader_flash_config_esp32.c37 SET_PERI_REG_MASK(SPI_USER_REG(0), SPI_CS_HOLD_M | SPI_CS_SETUP_M); in bootloader_flash_cs_timing_config()
40 SET_PERI_REG_MASK(SPI_USER_REG(1), SPI_CS_HOLD_M | SPI_CS_SETUP_M); in bootloader_flash_cs_timing_config()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s2/
Dspiram_psram.c361 CLEAR_PERI_REG_MASK(SPI_MEM_USER_REG(_SPI_CACHE_PORT), SPI_CS_HOLD_M | SPI_CS_SETUP_M); in psram_set_spi0_cache_cs_timing()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Dspiram_psram.c667 SET_PERI_REG_MASK(SPI_USER_REG(spi_num), SPI_CS_HOLD_M | SPI_CS_SETUP_M); in psram_set_cs_timing()
672 CLEAR_PERI_REG_MASK(SPI_USER_REG(spi_num), SPI_CS_HOLD_M | SPI_CS_SETUP_M); in psram_set_cs_timing()
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dspi_reg.h295 #define SPI_CS_HOLD_M (BIT(6)) macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dspi_reg.h295 #define SPI_CS_HOLD_M (BIT(6)) macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dspi_reg.h323 #define SPI_CS_HOLD_M (BIT(6)) macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dspi_reg.h523 #define SPI_CS_HOLD_M (BIT(4)) macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dspi_reg.h444 #define SPI_CS_HOLD_M (BIT(6)) macro