TT Zephyr Platforms
19.5.0-rc1
Tenstorrent Firmware
Loading...
Searching...
No Matches
dma_arc_hs.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2025 Tenstorrent AI ULC
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#include <
zephyr/drivers/dma.h
>
8
20
21
int
dma_arc_hs_transfer
(
const
struct
device
*dev,
uint32_t
channel,
const
void
*src,
void
*dst,
22
size_t
len,
k_timeout_t
timeout);
dma_arc_hs_transfer
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.
dma.h
uint32_t
__UINT32_TYPE__ uint32_t
device
k_timeout_t
zephyr
drivers
dma
dma_arc_hs.h
Generated by
1.14.0