vphy
Vitis Drivers API Documentation
 All Data Structures Files Functions Variables Enumerations Enumerator Macros Groups
xvphy_sinit.c File Reference

Overview

This file contains static initialization methods for the XVphy driver.

Note
None.
MODIFICATION HISTORY:
Ver   Who  Date     Changes


1.0 als 10/19/15 Initial release.

#include "xvphy.h"
#include "xvphy_i.h"

Functions

XVphy_ConfigXVphy_LookupConfig (UINTPTR BaseAddress)
 This function looks for the device configuration based on the unique device ID. More...
 

Variables

XVphy_Config XVphy_ConfigTable []
 A table of configuration structures containing the configuration information for each Video PHY core in the system. More...
 

Function Documentation

XVphy_Config* XVphy_LookupConfig ( UINTPTR  BaseAddress)

This function looks for the device configuration based on the unique device ID.

The table XVphy_ConfigTable[] contains the configuration information for each device in the system.

Parameters
DeviceIdis the unique device ID of the device being looked up.
Returns
A pointer to the configuration table entry corresponding to the given device ID, or NULL if no match is found.
Note
None.

Variable Documentation

XVphy_Config XVphy_ConfigTable[]

A table of configuration structures containing the configuration information for each Video PHY core in the system.