RTEMS  5.1
Data Structures | Typedefs

Private Interface to the bspVmeDmaList facility. More...

#include <bsp/bspVmeDmaList.h>

Go to the source code of this file.

Data Structures

struct  VMEDmaListClassRec_
 

Typedefs

typedef void * DmaDescriptor
 
typedef DmaDescriptor(* DmaDescriptorAlloc) (void)
 
typedef void(* DmaDescriptorFree) (DmaDescriptor d)
 
typedef void(* DmaDescriptorInit) (DmaDescriptor d)
 
typedef int(* DmaDescriptorSetup) (DmaDescriptor d, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t)
 
typedef void(* DmaDescriptorSetNxt) (DmaDescriptor d, DmaDescriptor next)
 
typedef int(* DmaDescriptorStart) (volatile void *controller_addr, int channel, DmaDescriptor)
 
typedef int(* DmaDescriptorRefr) (DmaDescriptor)
 
typedef void(* DmaDescriptorDump) (DmaDescriptor)
 
typedef struct VMEDmaListClassRec_ VMEDmaListClassRec
 

Detailed Description

Private Interface to the bspVmeDmaList facility.