RTEMS
5.0.0
|
This header should only be used inside a BSP chosing to use bspVmeDmaList for implementing VMEDMA.h. More...
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) |
This header should only be used inside a BSP chosing to use bspVmeDmaList for implementing VMEDMA.h.