RTEMS  5.1
Typedefs | Functions

This header should only be used inside a BSP chosing to use bspVmeDmaList for implementing VMEDMA.h. More...

#include <stdint.h>
#include <bsp/VMEDMA.h>

Go to the source code of this file.

Typedefs

typedef struct VMEDmaListNodeRec_VMEDmaListNode
 
typedef struct VMEDmaListClassRec_VMEDmaListClass
 

Functions

VMEDmaListNode BSP_VMEDmaListDescriptorNewTool (VMEDmaListClass pc, uint32_t attr_mask, uint32_t xfer_mode, uint32_t pci_addr, uint32_t vme_addr, uint32_t n_bytes)
 
VMEDmaListNode BSP_VMEDmaListDescriptorSetupTool (VMEDmaListNode n, uint32_t attr_mask, uint32_t xfer_mode, uint32_t pci_addr, uint32_t vme_addr, uint32_t n_bytes)
 
int BSP_VMEDmaListDescriptorStartTool (volatile void *controller, int channel, VMEDmaListNode n)
 

Detailed Description

This header should only be used inside a BSP chosing to use bspVmeDmaList for implementing VMEDMA.h.