Home
last modified time | relevance | path

Searched refs:SPI_HOLD_TIME_V (Results 1 – 3 of 3) 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()
41 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-3.6.0/components/soc/esp32/include/soc/
Dspi_reg.h317 #define SPI_HOLD_TIME_M ((SPI_HOLD_TIME_V)<<(SPI_HOLD_TIME_S))
318 #define SPI_HOLD_TIME_V 0xF macro
/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()