#include <twl/mi.h>
void MI_SetNDmaConfig( u32 ndmaNo, MINDmaConfig *config );
ndmaNo | DMA number. Takes a value from 0 to 3. |
config | Pointer to the MINDmaConfig structure to copy from. |
None.
Copies from a user-specified structure to the DMA config structure of the new TWL DMA maintained internally within the MI library.
Copies from the region indicated by config to the DMA-related settings of the number specified in ndmaNo.
Copies the internal DMA config region using MI_CpuCopy32()
.
MI_InitNDmaConfig, MI_GetNDmaConfig
2007/09/07 Initial version.
CONFIDENTIAL