Home
last modified time | relevance | path

Searched refs:SPI_HOLD_TIME_S (Results 1 – 4 of 4) 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()
66 SET_PERI_REG_BITS(SPI_CTRL2_REG(1), SPI_HOLD_TIME_V, 1, SPI_HOLD_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()
53 SET_PERI_REG_BITS(SPI_CTRL2_REG(1), SPI_HOLD_TIME_V, 1, SPI_HOLD_TIME_S); in bootloader_flash_cs_timing_config()
/hal_espressif-latest/components/soc/esp32/include/soc/
Dspi_reg.h317 #define SPI_HOLD_TIME_M ((SPI_HOLD_TIME_V)<<(SPI_HOLD_TIME_S))
319 #define SPI_HOLD_TIME_S 4 macro
/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()