hwicap
Xilinx SDK Drivers API Documentation
xhwicap_read_frame_polled_example.c File Reference

Overview

The is example shows how to use the XHwIcap_DeviceReadFrame() to read a frame of data.

This example simply reads one frame from the device using the polled mode.

This example assumes that there is a UART Device or STDIO Device in the hardware system.

Note

This example should run on any Virtex4 or Virtex5 or Virtex6 or Spartan6 or Kintex 7 device.

MODIFICATION HISTORY:
Ver   Who  Date     Changes

1.00a bjb 11/21/03 First release 1.00a sv 07/18/05 Minor changes to comply to Doxygen and coding guidelines 1.01a sv 04/10/07 Changes to support V4 2.00a sv 10/04/07 Changes to support FIFO mode 4.00a hvm 11/20/09 Updated to support V6 5.00a hvm 2/20/10 Updated to support S6. 6.00a hvm 08/05/11 Added support for K7 family 10.0 bss 6/24/14 Removed support for families older than 7 series

Functions

int HwIcapReadFramePolledExample (u16 DeviceId)
 This function reads a frame from the device as an example using polled mode. More...
 
int main (void)
 Main function to call the HwIcap Frame example. More...
 

Function Documentation

◆ HwIcapReadFramePolledExample()

int HwIcapReadFramePolledExample ( u16  DeviceId)

This function reads a frame from the device as an example using polled mode.

Parameters
DeviceIdis the XPAR_<HWICAP_INSTANCE>_DEVICE_ID value from xparameters.h
Returns
XST_SUCCESS if successful, otherwise XST_FAILURE
Note
None

◆ main()

int main ( void  )

Main function to call the HwIcap Frame example.

Parameters
None
Returns
XST_SUCCESS if successful, XST_FAILURE if unsuccessful
Note
None