1.2.5.14 1.9.4.14 DMA_ChannelPatternIgnoreByteEnable Function
C
void DMA_ChannelPatternIgnoreByteEnable ( DMA_CHANNEL channel )
Summary
Enable DMA channel pattern ignore byte
Description
Enable DMA channel pattern ignore byte. Any byte that matches the ignore byte configured through the DMA_ChannelPatternIgnoreValue() API is ignored when pattern matching is enabled
Precondition
DMA should have been initialized by calling DMA_Initialize.
Parameters
Param | Description |
---|---|
channel | DMA channel |
Returns
None
Example
DMA_ChannelPatternIgnoreByteEnable(DMA_CHANNEL_0);
Remarks
None.