Software Drivers

xosd_sinit.c File Reference


Detailed Description

This file contains the static initialization method for Xilinx MVI Video On-Screen-Display (OSD) device driver.

 MODIFICATION HISTORY:

 Ver   Who  Date     Changes
 ----- ---- -------- -------------------------------------------------------
 1.00a xd   08/18/08 First release
 2.00a cjm  12/18/12 Converted from xio.h to xil_io.h, translating
                     basic types, MB cache functions, exceptions and
                     assertions to xil_io format. 
 

#include "xosd.h"
#include "xparameters.h"

Functions

XOSD_ConfigXOSD_LookupConfig (u16 DeviceId)


Function Documentation

XOSD_Config* XOSD_LookupConfig u16  DeviceId  ) 
 

XOSD_LookupConfig returns a reference to an XOSD_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 xosd_g.c file.

Parameters:
DeviceId is the unique device ID of the device for the lookup operation.
Returns:
XOSD_LookupConfig returns a reference to a config record in the configuration table (in xosd_g.c) corresponding to DeviceId, or NULL if no match is found.
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.