1.2.6.4 SYS_DMA_ChannelDisable Function

C

void SYS_DMA_ChannelDisable (SYS_DMA_CHANNEL channel)

Summary

Disables the specified channel.

Description

This function disables the specified channel and resets it. Ongoing transfer will be aborted.

Precondition

DMA Controller should have been initialized by appropriate PLIB initialize function.

Parameters

ParamDescription
channelA specific DMA channel

Returns

None.

Example

SYS_DMA_ChannelDisable(SYS_DMA_CHANNEL_1);

Remarks

None.