Home
last modified time | relevance | path

Searched refs:rx_alloc_config (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-2.7.6/components/esp_system/port/
Dasync_memcpy_impl_gdma.c50 gdma_channel_alloc_config_t rx_alloc_config = { in async_memcpy_impl_init() local
54 ret = gdma_new_channel(&rx_alloc_config, &impl->rx_channel); in async_memcpy_impl_init()
/hal_espressif-2.7.6/components/driver/esp32c3/
Dadc.c202 gdma_channel_alloc_config_t rx_alloc_config = { in adc_digi_initialize() local
205 ret = gdma_new_channel(&rx_alloc_config, &s_adc_digi_ctx->rx_dma_channel); in adc_digi_initialize()
/hal_espressif-2.7.6/components/driver/
Dspi_common.c255 gdma_channel_alloc_config_t rx_alloc_config = { in spicommon_dma_chan_alloc() local
259 ret = gdma_new_channel(&rx_alloc_config, &ctx->rx_channel); in spicommon_dma_chan_alloc()