1.2.5.12 1.9.4.12 DMA_ChannelPatternMatchEnable Function
C
void DMA_ChannelPatternMatchEnable ( DMA_CHANNEL channel )
Summary
Enable DMA channel pattern matching
Description
This API is used to enable DMA pattern matching
Precondition
DMA should have been initialized by calling DMA_Initialize.
Parameters
Param | Description |
---|---|
channel | DMA channel |
Returns
None
Example
DMA_ChannelPatternMatchEnable(DMA_CHANNEL_0);
Remarks
None.