EE445M RTOS
Taken at the University of Texas Spring 2015
tDMAControlTable Struct Reference

#include <udma.h>

Collaboration diagram for tDMAControlTable:
Collaboration graph

Data Fields

volatile void * pvSrcEndAddr
 
volatile void * pvDstEndAddr
 
volatile uint32_t ui32Control
 
volatile uint32_t ui32Spare
 

Detailed Description

Definition at line 68 of file udma.h.

Field Documentation

volatile void* tDMAControlTable::pvDstEndAddr

Definition at line 78 of file udma.h.

Referenced by uDMAChannelScatterGatherSet(), and uDMAChannelTransferSet().

volatile void* tDMAControlTable::pvSrcEndAddr

Definition at line 73 of file udma.h.

Referenced by uDMAChannelScatterGatherSet(), and uDMAChannelTransferSet().

volatile uint32_t tDMAControlTable::ui32Control
volatile uint32_t tDMAControlTable::ui32Spare

Definition at line 88 of file udma.h.

Referenced by uDMAChannelScatterGatherSet().


The documentation for this struct was generated from the following file: