![]() |
hwicap
Xilinx SDK Drivers API Documentation
|
Functions | |
int | XHwIcap_CfgInitialize (XHwIcap *InstancePtr, XHwIcap_Config *ConfigPtr, UINTPTR EffectiveAddr) |
This function initializes a specific XHwIcap instance. More... | |
int | XHwIcap_DeviceWrite (XHwIcap *InstancePtr, u32 *FrameBuffer, u32 NumWords) |
This function writes the given user data to the Write FIFO in both the polled mode and the interrupt mode and starts the transfer of the data to the ICAP device. More... | |
int | XHwIcap_DeviceRead (XHwIcap *InstancePtr, u32 *FrameBuffer, u32 NumWords) |
This function reads the specified number of words from the ICAP device in the polled mode. More... | |
void | XHwIcap_Reset (XHwIcap *InstancePtr) |
This function forces the software reset of the complete HWICAP device. More... | |
void | XHwIcap_FlushFifo (XHwIcap *InstancePtr) |
This function flushes the FIFOs in the device. More... | |
void | XHwIcap_Abort (XHwIcap *InstancePtr) |
This function initiates the Abort Sequence by setting the Abort bit in the control register. More... | |