Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/include/esp_private/
Dspi_common_internal.h150 esp_err_t spicommon_gdma_get_handle(spi_host_device_t host_id, gdma_channel_handle_t *gdma_handle, …
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_common.c304 esp_err_t spicommon_gdma_get_handle(spi_host_device_t host_id, gdma_channel_handle_t *gdma_handle, … in spicommon_gdma_get_handle() argument
313 *gdma_handle = bus_ctx[host_id]->tx_channel; in spicommon_gdma_get_handle()
316 *gdma_handle = bus_ctx[host_id]->rx_channel; in spicommon_gdma_get_handle()