Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/esp32/src/
Dsoc_flash_init.c63 SET_PERI_REG_BITS(SPI_CTRL2_REG(0), SPI_HOLD_TIME_V, 1, SPI_HOLD_TIME_S); in flash_cs_timing_config()
64 SET_PERI_REG_BITS(SPI_CTRL2_REG(0), SPI_SETUP_TIME_V, 0, SPI_SETUP_TIME_S); in flash_cs_timing_config()
66 SET_PERI_REG_BITS(SPI_CTRL2_REG(1), SPI_HOLD_TIME_V, 1, SPI_HOLD_TIME_S); in flash_cs_timing_config()
67 SET_PERI_REG_BITS(SPI_CTRL2_REG(1), SPI_SETUP_TIME_V, 0, SPI_SETUP_TIME_S); in flash_cs_timing_config()
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash_config_esp32.c50 SET_PERI_REG_BITS(SPI_CTRL2_REG(0), SPI_HOLD_TIME_V, 1, SPI_HOLD_TIME_S); in bootloader_flash_cs_timing_config()
51 SET_PERI_REG_BITS(SPI_CTRL2_REG(0), SPI_SETUP_TIME_V, 0, SPI_SETUP_TIME_S); in bootloader_flash_cs_timing_config()
53 SET_PERI_REG_BITS(SPI_CTRL2_REG(1), SPI_HOLD_TIME_V, 1, SPI_HOLD_TIME_S); in bootloader_flash_cs_timing_config()
54 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-latest/components/esp_psram/esp32/
Desp_psram_impl_quad.c687 … SET_PERI_REG_BITS(SPI_CTRL2_REG(spi_num), SPI_HOLD_TIME_V, PSRAM_CS_HOLD_TIME, SPI_HOLD_TIME_S); in psram_set_cs_timing()
688 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-latest/components/soc/esp32/include/soc/
Dspi_reg.h260 #define SPI_CTRL2_REG(i) (REG_SPI_BASE(i) + 0x14) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dspi_reg.h188 #define SPI_CTRL2_REG(i) (REG_SPI_BASE(i) + 0x010) macro