Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/esp_system/port/
Dasync_memcpy_impl_gdma.c40 gdma_channel_alloc_config_t tx_alloc_config = { in async_memcpy_impl_init() local
44 ret = gdma_new_channel(&tx_alloc_config, &impl->tx_channel); in async_memcpy_impl_init()
/hal_espressif-2.7.6/components/driver/
Dspi_common.c246 gdma_channel_alloc_config_t tx_alloc_config = { in spicommon_dma_chan_alloc() local
250 ret = gdma_new_channel(&tx_alloc_config, &ctx->tx_channel); in spicommon_dma_chan_alloc()