DAT
Figure 4–1. 2D Transfer
Example
4.4.4
DAT_Fill
Function
Arguments
Return Value
4-14
LineLen
LineCnt
If a 2D to 2D transfer is specified, both the source and destination have
the same LineLen, LineCnt, and LinePitch.
The return value is a transfer identifier that may be used later on to wait
for completion. See DAT_Wait().
DAT_Copy2D (DAT_1D2D, buffA, buffB, 16, 8, 32);
UINT32 DAT_Fill(
void *Dst,
UINT16 ByteCnt,
UINT32 *Value
);
Dst
ByteCnt
Value
none
LinePitch
Fills a linear block of memory with the specified fill
value using DMA hardware
Pointer to destination location
Number of bytes to fill
Pointer to fill value
Transfer ID
LineLen = 5
LineCnt = 6
LinePitch = 8
Need help?
Do you have a question about the TMS320C6000 and is the answer not in the manual?