AlcapDAQ
1
|
#include <vme_io.h>
Data Fields | |
unsigned int | vme_addr |
unsigned char * | buf |
unsigned int | count |
int | fifo_block_size |
unsigned char * vme_dma_req::buf |
Definition at line 98 of file vme_io.h.
Referenced by vme_dma_read(), and vme_dma_write().
unsigned int vme_dma_req::count |
Definition at line 99 of file vme_io.h.
Referenced by vme_dma_read(), and vme_dma_write().
int vme_dma_req::fifo_block_size |
Definition at line 100 of file vme_io.h.
Referenced by vme_dma_read(), and vme_dma_write().
unsigned int vme_dma_req::vme_addr |
Definition at line 97 of file vme_io.h.
Referenced by vme_dma_read(), and vme_dma_write().