1.6.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);