Home
last modified time | relevance | path

Searched refs:gdma_set_transfer_ability (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/mbedtls/port/crypto_shared_gdma/
Desp_crypto_shared_gdma.c78 gdma_set_transfer_ability(tx_channel, &transfer_ability); in crypto_shared_gdma_init()
79 gdma_set_transfer_ability(rx_channel, &transfer_ability); in crypto_shared_gdma_init()
/hal_espressif-latest/components/esp_hw_support/dma/
Dasync_memcpy_impl_gdma.c71 ret = gdma_set_transfer_ability(impl->tx_channel, &transfer_ability); in async_memcpy_impl_init()
75 ret = gdma_set_transfer_ability(impl->rx_channel, &transfer_ability); in async_memcpy_impl_init()
Dgdma.c283 esp_err_t gdma_set_transfer_ability(gdma_channel_handle_t dma_chan, const gdma_transfer_ability_t *… in gdma_set_transfer_ability() function
/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Dgdma.h175 esp_err_t gdma_set_transfer_ability(gdma_channel_handle_t dma_chan, const gdma_transfer_ability_t *…