![]() |
![]() |
Edma ParamSetup Structure. More...
#include <csl_edma3.h>
Data Fields | |
Uint32 | option |
Uint32 | srcAddr |
Uint32 | aCntbCnt |
Uint32 | dstAddr |
Uint32 | srcDstBidx |
Uint32 | linkBcntrld |
Uint32 | srcDstCidx |
Uint32 | cCnt |
Edma ParamSetup Structure.
An object of this type is allocated by the user and its address is passed as a parameter to the CSL_edma3ParamSetup(). This structure is used to program the Param Set for EDMA/QDMA. The macros can be used to assign values to the fields of the structure. The setup structure should be setup using the macros provided OR as per the bit descriptions in the user guide..
Lower 16 bits are A Count Upper 16 bits are B Count
Uint32 CSL_Edma3ParamSetup::cCnt |
C count
Uint32 CSL_Edma3ParamSetup::dstAddr |
Specifies the destination address
Lower 16 bits are link of the next param entry Upper 16 bits are b count reload
Uint32 CSL_Edma3ParamSetup::option |
Options
Uint32 CSL_Edma3ParamSetup::srcAddr |
Specifies the source address
Lower 16 bits are source b index Upper 16 bits are destination b index
Lower 16 bits are source c index Upper 16 bits are destination c index