1.9.4.13 DMA_ChannelPatternMatchDisable Function

C

void DMA_ChannelPatternMatchDisable ( DMA_CHANNEL channel )

Summary

Disable DMA channel pattern matching

Description

This API is used to disable DMA pattern matching

Precondition

DMA should have been initialized by calling DMA_Initialize.

Parameters

Param Description
channel DMA channel

Returns

None

Example

DMA_ChannelPatternMatchDisable(DMA_CHANNEL_0);

Remarks

None.