2.31.20 DMA_ChannelSoftwareTriggerEnable Function
C
void DMA_ChannelSoftwareTriggerEnable(DMA_CHANNEL channel)
Summary
Sets the software trigger of the DMA channel.
Description
This function enables the software trigger for the specified DMA channel, initiating a DMA transfer.
Precondition
DMA_Initialize must be called.
Parameters
Param | Description |
---|---|
channel | DMA channel number. |
Returns
None.
Example
DMA_ChannelSoftwareTriggerEnable(DMA_CHANNEL_0);
Remarks
None.