4.7.7
EDMA_ConfigB
Function
Arguments
Return Value
Description
Sets up the EDMA channel using the EDMA parameter
arguments
void EDMA_ConfigB(
EDMA_HANDLE hEdma,
UINT32 opt,
UINT32 src,
UINT32 cnt,
UINT32 dst,
UINT32 idx,
UINT32 rld
);
Device handle. See EDMA_Open() and EDMA_AllocT-
hEdma
able().
Options
opt
Source address
src
Transfer count
cnt
Destination address
dst
Index
idx
Element count reload and link address
rld
none
Sets up the EDMA channel using the EDMA parameter arguments. The
values of the arguments are written to the EDMA PRAM entries. The
options value ( opt ) is written last. See also EDMA_ConfigA().
Note: The predefined device handle EDMA_HQDMA may be used as the
hEdma argument if you wish to configure the quick DMA regis-
ters. In this case, the rld argument is ignored. First, src , cnt , dst ,
and idx are written to the QDMA SRC, CNT, DST, and IDX regis-
ters respectively. Then opt is written to the pseudo-QDMA OPT
register.
This function accepts the following devices handles:
From EDMA_Open()
From EDMA_AllocTable()
Quick DMA predefined handle
CSL API Reference
EDMA
4-55
Need help?
Do you have a question about the TMS320C6000 and is the answer not in the manual?
Questions and answers