axivdma
Vitis Drivers API Documentation
XAxiVdma_DmaSetup Struct Reference

The XAxiVdma_DmaSetup structure contains all the necessary information to start a frame write or read. More...

Data Fields

int VertSizeInput
 Vertical size input. More...
 
int HoriSizeInput
 Horizontal size input. More...
 
int Stride
 Stride. More...
 
int FrameDelay
 Frame Delay. More...
 
int EnableCircularBuf
 Circular Buffer Mode? More...
 
int EnableSync
 Gen-Lock Mode? More...
 
int PointNum
 Master we synchronize with. More...
 
int EnableFrameCounter
 Frame Counter Enable. More...
 
UINTPTR FrameStoreStartAddr [XAXIVDMA_MAX_FRAMESTORE]
 Start Addresses of Frame Store Buffers. More...
 
int FixedFrameStoreAddr
 Fixed Frame Store Address index. More...
 
int GenLockRepeat
 Gen-Lock Repeat? More...
 
u8 EnableVFlip
 Vertical Flip state. More...
 

Detailed Description

The XAxiVdma_DmaSetup structure contains all the necessary information to start a frame write or read.