Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/
Dspi_flash_chip_boya.c86 .config_host_io_mode = spi_flash_chip_generic_config_host_io_mode,
Dspi_flash_chip_th.c77 .config_host_io_mode = spi_flash_chip_generic_config_host_io_mode,
Dspi_flash_chip_issi.c110 .config_host_io_mode = spi_flash_chip_generic_config_host_io_mode,
Dspi_flash_chip_mxic.c106 .config_host_io_mode = spi_flash_chip_generic_config_host_io_mode,
Dspi_flash_chip_winbond.c57 err = chip->chip_drv->config_host_io_mode(chip, config_io_flags); in spi_flash_chip_winbond_read()
199 .config_host_io_mode = spi_flash_chip_generic_config_host_io_mode,
Dspi_flash_chip_gd.c154 .config_host_io_mode = spi_flash_chip_generic_config_host_io_mode,
Dspi_flash_chip_generic.c235 err = chip->chip_drv->config_host_io_mode(chip, config_io_flags); in spi_flash_chip_generic_read()
682 .config_host_io_mode = spi_flash_chip_generic_config_host_io_mode,
Dspi_flash_chip_mxic_opi.c426 .config_host_io_mode = spi_flash_chip_xmic_opi_config_host_io_mode,
/hal_espressif-latest/components/spi_flash/include/
Dspi_flash_chip_driver.h213 esp_err_t (*config_host_io_mode)(esp_flash_t *chip, uint32_t flags); member