Home
last modified time | relevance | path

Searched refs:fwrite_qio (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.6.0/components/spi_flash/esp32c3/
Dflash_ops_esp32c3.c89 SPIFLASH.user.fwrite_qio = 1; in spi_flash_wrap_set()
/hal_espressif-3.6.0/components/spi_flash/esp32h2/
Dflash_ops_esp32h2.c89 SPIFLASH.user.fwrite_qio = 1; in spi_flash_wrap_set()
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dspi_mem_struct.h112 …uint32_t fwrite_qio: 1; /*In the write operations address phase and read-data phas… member
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dspi_mem_struct.h112 …uint32_t fwrite_qio: 1; /*In the write operations address phase and read-data phas… member
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dspi_ll.h487 hw->user.fwrite_qio = 1; in spi_ll_master_set_line_mode()
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dspi_mem_struct.h113 …uint32_t fwrite_qio: 1; /*In the write operations address phase and re… member
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dspi_struct.h123 …uint32_t fwrite_qio: 1; /*In the write operations address phase and read-d… member
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dspi_mem_struct.h118 …uint32_t fwrite_qio : 1; /*Set this bit to enable 4-bit-mode(4-bm) in ADDR … member
/hal_espressif-3.6.0/components/bootloader_support/src/
Dbootloader_flash.c691 SPIFLASH.user.fwrite_qio = 1; in bootloader_flash_wrap_set()