1.3.8.9 1.4.6.9 1.5.7.9 1.6.6.9 1.7.7.9 1.29.8.9 1.30.5.9 1.31.5.9 1.32.8.9 1.33.5.9 1.37.5.9 1.38.6.9 1.39.5.9 1.40.6.9 DMAC_ChannelResume Function
C
void DMAC_ChannelResume(DMAC_CHANNEL channel)
Summary
This function Resumes the DMA channel
Description
The function Resumes the specified DMAC 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
DMAC should have been initialized by calling DMAC_Initialize and channel should be enabled.
Parameters
Param | Description |
---|---|
DMAC_CHANNEL channel | the particular channel to be Resumed |
Returns
None.
Example
DMAC_ChannelResume (DMAC_CHANNEL_0);