Home
last modified time | relevance | path

Searched refs:memspi_host_init_pointers (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/spi_flash/include/
Dmemspi_host_driver.h49 esp_err_t memspi_host_init_pointers(memspi_host_inst_t *host, const memspi_host_config_t *cfg);
/hal_espressif-latest/components/spi_flash/
Desp_flash_spi_init.c279 err = memspi_host_init_pointers(host, &host_cfg); in spi_bus_add_flash_device()
380 esp_err_t err = memspi_host_init_pointers(&esp_flash_default_host, &cfg); in esp_flash_init_default_chip()
Dmemspi_host_driver.c63 esp_err_t memspi_host_init_pointers(memspi_host_inst_t *host, const memspi_host_config_t *cfg) in memspi_host_init_pointers() function