3.3.5.3 DMAC_ChannelLinkedListTransfer
The function submit a list of DMA transfers.
bool
DMAC_ChannelLinkedListTransfer
(
DMAC_CHANNEL channel,
dmac_descriptor_registers_t * channelDesc
)
Precondition
- none
Parameters
- channel - DMAC channel
- channelDesc - channel descriptor
Returns
- returns true if the linked list transfer is successful, otherwise false.
