Home
last modified time | relevance | path

Searched refs:SPI_CTRL2_REG (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/bootloader_support/src/
Dbootloader_flash_config_esp32.c38 SET_PERI_REG_BITS(SPI_CTRL2_REG(0), SPI_HOLD_TIME_V, 1, SPI_HOLD_TIME_S); in bootloader_flash_cs_timing_config()
39 SET_PERI_REG_BITS(SPI_CTRL2_REG(0), SPI_SETUP_TIME_V, 0, SPI_SETUP_TIME_S); in bootloader_flash_cs_timing_config()
41 SET_PERI_REG_BITS(SPI_CTRL2_REG(1), SPI_HOLD_TIME_V, 1, SPI_HOLD_TIME_S); in bootloader_flash_cs_timing_config()
42 SET_PERI_REG_BITS(SPI_CTRL2_REG(1), SPI_SETUP_TIME_V, 0, SPI_SETUP_TIME_S); in bootloader_flash_cs_timing_config()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Dspiram_psram.c669 SET_PERI_REG_BITS(SPI_CTRL2_REG(spi_num), SPI_HOLD_TIME_V, 1, SPI_HOLD_TIME_S); in psram_set_cs_timing()
670 SET_PERI_REG_BITS(SPI_CTRL2_REG(spi_num), SPI_SETUP_TIME_V, 0, SPI_SETUP_TIME_S); in psram_set_cs_timing()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dspi_reg.h260 #define SPI_CTRL2_REG(i) (REG_SPI_BASE(i) + 0x14) macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dspi_reg.h197 #define SPI_CTRL2_REG(i) (REG_SPI_BASE(i) + 0x010) macro