Home
last modified time | relevance | path

Searched refs:FLASH_CS_HOLD_DELAY (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/zephyr/esp32s3/src/
Dsoc_flash_init.c31 #define FLASH_CS_HOLD_DELAY 2 macro
96 FLASH_CS_HOLD_DELAY, SPI_MEM_CS_HOLD_DELAY_S); in flash_cs_timing_config()
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash_config_esp32s3.c34 #define FLASH_CS_HOLD_DELAY 2 macro
51 …SET_PERI_REG_BITS(SPI_MEM_CTRL2_REG(0), SPI_MEM_CS_HOLD_DELAY_V, FLASH_CS_HOLD_DELAY, SPI_MEM_CS_H… in bootloader_flash_cs_timing_config()