1.25.26.12 1.26.23.12 1.27.28.12 1.28.28.12 1.34.29.12 1.41.24.12 1.42.23.12 XDMACn_ChannelResume Function
C
// n is instance of the peripheral and it is applicable only for devices having multiple instances of the peripheral.
void XDMACn_ChannelResume(XDMAC_CHANNEL channel)
Summary
This function Resumes the DMA channel
Description
The function Resumes the specified XDMAC channel. If the channel is already suspended, the channel operation resumes from where it previously stopped when the Resume command is detected. When the Resume command is issued before the channel is suspended, the next suspend action is skipped and the channel continues the normal operation.
Precondition
XDMAC should have been initialized by calling XDMACn_Initialize and channel should be enabled.
Parameters
Param | Description |
---|---|
XDMAC_CHANNEL channel | the particular channel to be Resumed |
Returns
None.
Example
XDMAC_ChannelResume (XDMAC_CHANNEL_0);