Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_common.c304 …host_device_t host_id, gdma_channel_handle_t *gdma_handle, gdma_channel_direction_t gdma_direction) in spicommon_gdma_get_handle() argument
307 ESP_RETURN_ON_FALSE((gdma_direction == GDMA_CHANNEL_DIRECTION_TX) || \ in spicommon_gdma_get_handle()
308 (gdma_direction == GDMA_CHANNEL_DIRECTION_RX), \ in spicommon_gdma_get_handle()
312 if (gdma_direction == GDMA_CHANNEL_DIRECTION_TX) { in spicommon_gdma_get_handle()
315 if (gdma_direction == GDMA_CHANNEL_DIRECTION_RX) { in spicommon_gdma_get_handle()
/hal_espressif-latest/components/driver/include/esp_private/
Dspi_common_internal.h150 …ost_device_t host_id, gdma_channel_handle_t *gdma_handle, gdma_channel_direction_t gdma_direction);