![]() |
RTEMS 7.0-rc1
|
Initializes variable tables of different types of tasks. More...
#include <mcf548x/MCD_dma.h>#include <mcf548x/MCD_tasksInit.h>Functions | |
| void | MCD_startDmaChainNoEu (int *currBD, short srcIncr, short destIncr, int xferSize, short xferSizeIncr, int *cSave, volatile TaskTableEntry *taskTable, int channel) |
| void | MCD_startDmaSingleNoEu (char *srcAddr, short srcIncr, char *destAddr, short destIncr, int dmaSize, short xferSizeIncr, int flags, int *currBD, int *cSave, volatile TaskTableEntry *taskTable, int channel) |
| void | MCD_startDmaChainEu (int *currBD, short srcIncr, short destIncr, int xferSize, short xferSizeIncr, int *cSave, volatile TaskTableEntry *taskTable, int channel) |
| void | MCD_startDmaSingleEu (char *srcAddr, short srcIncr, char *destAddr, short destIncr, int dmaSize, short xferSizeIncr, int flags, int *currBD, int *cSave, volatile TaskTableEntry *taskTable, int channel) |
| void | MCD_startDmaENetRcv (char *bDBase, char *currBD, char *rcvFifoPtr, volatile TaskTableEntry *taskTable, int channel) |
| void | MCD_startDmaENetXmit (char *bDBase, char *currBD, char *xmitFifoPtr, volatile TaskTableEntry *taskTable, int channel) |
Variables | |
| dmaRegs * | MCD_dmaBar |
Initializes variable tables of different types of tasks.