|
TT Zephyr Platforms 19.5.0-rc1
Tenstorrent Firmware
|
#include <zephyr/drivers/dma.h>Go to the source code of this file.
Functions | |
| int | dma_arc_hs_transfer (const struct device *dev, uint32_t channel, const void *src, void *dst, size_t len, k_timeout_t timeout) |
| Blocking memory-to-memory transfer using ARC HS DMA. | |
| int dma_arc_hs_transfer | ( | const struct device * | dev, |
| uint32_t | channel, | ||
| const void * | src, | ||
| void * | dst, | ||
| size_t | len, | ||
| k_timeout_t | timeout ) |
Blocking memory-to-memory transfer using ARC HS DMA.
| dev | DMA device (from DEVICE_DT_GET) |
| channel | DMA channel (0 to N-1) |
| src | Source address (4-byte aligned) |
| dst | Destination address (4-byte aligned) |
| len | Transfer length in bytes |
| timeout | Timeout for the transfer |