![]() |
![]() |
|
CC27xxDriverLibrary
|
A structure that defines an entry in the channel control table. More...
#include <udma.h>
Data Fields | |
| volatile void * | pSrcEndAddr |
| The ending source address of the data transfer. More... | |
| volatile void * | pDstEndAddr |
| The ending destination address of the data transfer. More... | |
| volatile uint32_t | control |
| The channel control mode. More... | |
| volatile uint32_t | spare |
| An unused location. More... | |
A structure that defines an entry in the channel control table.
These fields are used by the uDMA controller and normally it is not necessary for software to directly read or write fields in the table.
| volatile void* uDMAControlTableEntry::pSrcEndAddr |
The ending source address of the data transfer.
Referenced by uDMASetChannelTransfer().
| volatile void* uDMAControlTableEntry::pDstEndAddr |
The ending destination address of the data transfer.
Referenced by uDMASetChannelTransfer().
| volatile uint32_t uDMAControlTableEntry::control |
The channel control mode.
Referenced by uDMAGetChannelMode(), uDMAGetChannelSize(), uDMASetChannelControl(), and uDMASetChannelTransfer().
| volatile uint32_t uDMAControlTableEntry::spare |
An unused location.
Referenced by uDMASetChannelTransfer().