HI Jack,
please use DMATransfer_LDD for your application.
the component DMATransfer_LDD provides DMA transfer configuration functionality. while component DMA_LDD provides internal direct memory access controller peripheral functionality.
component DMATransfer_LDD can't access DMA on-chip peripheral directly but it is using DMA_LDD as interface.
DMATransfer_LDD component allows user to have predefined set of particular DMA transfers.
for details of these two components, I would suggest reading help information. it can be access by just right click the component and then click "Help on Componet".
hope it helps!