Home
last modified time | relevance | path

Searched refs:sibling_chan (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Dgdma.h33 …gdma_channel_handle_t sibling_chan; /*!< DMA sibling channel handle (NULL means having sibling is … member
/hal_espressif-latest/components/esp_hw_support/dma/
Dasync_memcpy_impl_gdma.c47 .sibling_chan = impl->tx_channel, in async_memcpy_impl_init()
Dgdma.c89 if (config->sibling_chan) { in gdma_new_channel()
90 pair = config->sibling_chan->pair; in gdma_new_channel()
92 …ESP_GOTO_ON_FALSE(config->sibling_chan->direction != config->direction, ESP_ERR_INVALID_ARG, err, … in gdma_new_channel()
/hal_espressif-latest/components/bt/porting/transport/driver/uart/
Dhci_driver_uart_dma.c450 .sibling_chan = s_tx_channel, in hci_driver_uart_dma_install()
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_common.c241 .sibling_chan = ctx->tx_channel, in alloc_dma_chan()