3.3.5.5 DMAC_ChannelTransferStatusGet
Get the channel transfer status for the give channel
DMAC_TRANSFER_EVENT DMAC_ChannelTransferStatusGet
(
DMAC_CHANNEL channel,
);
Precondition
- none
Parameters
- DMAC_CHANNEL channel - dma channel
Returns
- returns true if the transfer is successful, otherwise false.
