Searched refs:gdma_direction (Results 1 – 2 of 2) sorted by relevance
304 …host_device_t host_id, gdma_channel_handle_t *gdma_handle, gdma_channel_direction_t gdma_direction) in spicommon_gdma_get_handle() argument307 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()
150 …ost_device_t host_id, gdma_channel_handle_t *gdma_handle, gdma_channel_direction_t gdma_direction);