Home
last modified time | relevance | path

Searched refs:gdma_channel_alloc_config_t (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/mbedtls/port/crypto_shared_gdma/
Desp_crypto_shared_gdma.c27 static inline esp_err_t crypto_shared_gdma_new_channel(gdma_channel_alloc_config_t *channel_config,… in crypto_shared_gdma_new_channel()
53 gdma_channel_alloc_config_t channel_config_tx = { in crypto_shared_gdma_init()
57 gdma_channel_alloc_config_t channel_config_rx = { in crypto_shared_gdma_init()
/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Dgdma.h38 } gdma_channel_alloc_config_t; typedef
135 esp_err_t gdma_new_channel(const gdma_channel_alloc_config_t *config, gdma_channel_handle_t *ret_ch…
/hal_espressif-latest/components/esp_hw_support/dma/
Dasync_memcpy_impl_gdma.c35 gdma_channel_alloc_config_t tx_alloc_config = { in async_memcpy_impl_init()
45 gdma_channel_alloc_config_t rx_alloc_config = { in async_memcpy_impl_init()
Dgdma.c66 esp_err_t gdma_new_channel(const gdma_channel_alloc_config_t *config, gdma_channel_handle_t *ret_ch… in gdma_new_channel()
/hal_espressif-latest/components/bt/porting/transport/driver/uart/
Dhci_driver_uart_dma.c442 gdma_channel_alloc_config_t tx_channel_config = { in hci_driver_uart_dma_install()
448 gdma_channel_alloc_config_t rx_channel_config = { in hci_driver_uart_dma_install()
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_common.c230 gdma_channel_alloc_config_t tx_alloc_config = { in alloc_dma_chan()
239 gdma_channel_alloc_config_t rx_alloc_config = { in alloc_dma_chan()
/hal_espressif-latest/components/driver/deprecated/
Dadc_dma_legacy.c248 gdma_channel_alloc_config_t rx_alloc_config = { in adc_digi_initialize()
Di2s_legacy.c329 gdma_channel_alloc_config_t dma_cfg = {}; in i2s_dma_intr_init()
/hal_espressif-latest/components/esp_adc/
Dadc_continuous.c161 gdma_channel_alloc_config_t rx_alloc_config = { in adc_continuous_new_handle()