1.19.6.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
Param | Description |
---|---|
DMAC_CHANNEL channel | the particular channel for which pattern matching has to be disabled |
Returns
None.
Example
DMAC_ChannelPatternMatchDisable (DMAC_CHANNEL_0);