ccm
Xilinx SDK Drivers API Documentation
XCcm Struct Reference

The XCcm driver instance data structure. More...

Data Fields

XCcm_Config Config
 Hardware configuration. More...
 
u32 IsReady
 Device and the driver instance are initialized. More...
 
u16 HSize
 Active Video Horizontal Size. More...
 
u16 VSize
 Active Video Vertical Size. More...
 
XCcm_CallBack ProcStartCallBack
 Call back for Processing Start interrupt. More...
 
void * ProcStartRef
 To be passed to the Process Start interrupt callback. More...
 
XCcm_CallBack FrameDoneCallBack
 Call back for Frame Done interrupt. More...
 
void * FrameDoneRef
 To be passed to the Frame Done interrupt callback. More...
 
XCcm_ErrorCallBack ErrCallBack
 Call back for Error interrupt. More...
 
void * ErrRef
 To be passed to the Error interrupt callback. More...
 

Detailed Description

The XCcm driver instance data structure.

A pointer to an instance data structure is passed around by functions to refer to a specific driver instance.

Field Documentation

XCcm_ErrorCallBack XCcm::ErrCallBack

Call back for Error interrupt.

Referenced by XCcm_CfgInitialize(), XCcm_IntrHandler(), and XCcm_SetCallBack().

void* XCcm::ErrRef

To be passed to the Error interrupt callback.

Referenced by XCcm_IntrHandler(), and XCcm_SetCallBack().

XCcm_CallBack XCcm::FrameDoneCallBack

Call back for Frame Done interrupt.

Referenced by XCcm_CfgInitialize(), XCcm_IntrHandler(), and XCcm_SetCallBack().

void* XCcm::FrameDoneRef

To be passed to the Frame Done interrupt callback.

Referenced by XCcm_IntrHandler(), and XCcm_SetCallBack().

u16 XCcm::HSize

Active Video Horizontal Size.

Referenced by XCcm_Setup().

u32 XCcm::IsReady

Device and the driver instance are initialized.

Referenced by XCcm_CfgInitialize(), XCcm_IntrHandler(), and XCcm_SetCallBack().

XCcm_CallBack XCcm::ProcStartCallBack

Call back for Processing Start interrupt.

Referenced by XCcm_CfgInitialize(), XCcm_IntrHandler(), and XCcm_SetCallBack().

void* XCcm::ProcStartRef

To be passed to the Process Start interrupt callback.

Referenced by XCcm_IntrHandler(), and XCcm_SetCallBack().

u16 XCcm::VSize

Active Video Vertical Size.

Referenced by XCcm_Setup().