2.30.6 DMAC_ChannelPatternMatchDisable Function

C

void DMAC_ChannelPatternMatchDisable(DMAC_CHANNEL channel)

Summary

Disables the DMA pattern matching

Description

This functions disables the pattern matching for specified DMA channel.

Parameters

ParamDescription
DMAC_CHANNEL channelthe particular channel for which pattern matching has to be disabled

Returns

None.

Example

DMAC_ChannelPatternMatchDisable (DMAC_CHANNEL_0);