#include "MDMAconfig.h"Functions | |
| bool | mdma_plattformInit (void) |
| T_ERROR_CODE | mdma_setup (unsigned int pa_nMDMAindex, unsigned long pa_nSourceStartAddress, unsigned long pa_nDestinationStartAddress, unsigned short pa_nXelementsToTransfer, unsigned short pa_nYelementsToTransfer, unsigned short pa_nTransferWidth, unsigned short pa_nInterruptType, unsigned short pa_nStrideSource, unsigned short pa_nStrideDest) |
| T_ERROR_CODE | mdma_close (unsigned int pa_nMDMAindex) |
| T_ERROR_CODE | mdma_enable (unsigned int pa_nMDMAindex) |
| T_ERROR_CODE | mdma_disable (unsigned int pa_nMDMAindex) |
| T_ERROR_CODE | mdma_waitForRun (unsigned int pa_nMDMAindex) |
| T_ERROR_CODE | mdma_waitForTerminate (unsigned int pa_nMDMAindex) |
Variables | |
| unsigned int | g_nMDMAcount |
| T_MDMA_SPEC | g_aMDMAspec [] |
| static T_ERROR_CODE | erResult = ERR_NONE |
| static unsigned long | timeout = MDMA_TRANSFER_TIMEOUT |
| static unsigned short | nModify = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1