Home
last modified time | relevance | path

Searched refs:sdspi_host_init_device (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.5.0/docs/en/api-reference/peripherals/
Dsdspi_host.rst7 …dle returned when attaching the device to an SPI bus by calling `sdspi_host_init_device`. The bus …
22 … the host and pins of the structure to desired value. Then call `sdspi_host_init_device` to initia…
24 …he structure to the SD SPI device spi_handle just returned from `sdspi_host_init_device`. Call `sd…
34 - :cpp:func:`sdspi_host_init_device`
/hal_espressif-3.5.0/components/sdmmc/test/
Dtest_sd.c239 TEST_ESP_OK(sdspi_host_init_device(&dev_config, &handle)); in probe_spi()
490 TEST_ESP_OK(sdspi_host_init_device(&dev_config, &handle)); in sdspi_test_rw_blocks()
660 TEST_ESP_OK(sdspi_host_init_device(&dev_config, &handle));
684 TEST_ESP_OK(sdspi_host_init_device(&dev_config, &handle));
/hal_espressif-3.5.0/components/driver/include/driver/
Dsdspi_host.h108 esp_err_t sdspi_host_init_device(const sdspi_device_config_t* dev_config, sdspi_dev_handle_t* out_h…
/hal_espressif-3.5.0/examples/peripherals/sdio/host/main/
Dapp_main.c217 err = sdspi_host_init_device(&slot_config, &sdspi_handle); in slave_init()
/hal_espressif-3.5.0/components/fatfs/vfs/
Dvfs_fat_sdmmc.c267 esp_err_t err = sdspi_host_init_device((const sdspi_device_config_t*)slot_config, out_slot); in init_sdspi_host()
/hal_espressif-3.5.0/components/driver/
Dsdspi_host.c305 esp_err_t sdspi_host_init_device(const sdspi_device_config_t* slot_config, sdspi_dev_handle_t* out_… in sdspi_host_init_device() function
984 ret = sdspi_host_init_device(&dev_config, &sdspi_handle); in sdspi_host_init_slot()
/hal_espressif-3.5.0/components/driver/test/
Dtest_sdio.c197 err = sdspi_host_init_device(&device_config, &sdspi_handle); in init_essl()