xvtc_sinit.c File Reference

This file contains static initialization methods for Xilinx MVI VTC device driver. More...

#include "xvtc.h"
#include "xparameters.h"

Go to the source code of this file.

Functions


Detailed Description

This file contains static initialization methods for Xilinx MVI VTC device driver.

 MODIFICATION HISTORY:

 Ver	Who	Date		Changes
 -----	----	--------	-----------------------------------------------
 1.00a	xd	08/05/08	First release
 1.01a	xd	07/23/10	Added GIER; Added more h/w generic info into
				xparameters.h; Feed callbacks with pending
				interrupt info. Added Doxygen & Version support
 

Definition in file xvtc_sinit.c.


Function Documentation

XVtc_Config* XVtc_LookupConfig ( u16  DeviceId  ) 

XVtc_LookupConfig returns a reference to an XVtc_Config structure based on the unique device id, DeviceId.

The return value will refer to an entry in the device configuration table defined in the xvtc_g.c file.

Parameters:
DeviceId is the unique device ID of the device for the lookup operation.
Returns:
XVtc_LookupConfig returns a reference to a config record in the configuration table (in xvtc_g.c) corresponding to DeviceId, or NULL if no match is found.

Definition at line 101 of file xvtc_sinit.c.


Copyright © 1995-2011 Xilinx, Inc. All rights reserved.