sysmonpsu
Xilinx SDK Drivers API Documentation
xsysmonpsu_sinit.c File Reference

Overview

This file contains the implementation of the XSysMonPsu driver's static initialization functionality.

Note
None.
MODIFICATION HISTORY:
Ver   Who    Date           Changes

1.0 kvn 12/15/15 First release.
 

Functions

XSysMonPsu_ConfigXSysMonPsu_LookupConfig (u16 DeviceId)
 This function looks for the device configuration based on the unique device ID. More...
 

Variables

XSysMonPsu_Config XSysMonPsu_ConfigTable []
 This table contains configuration information for SYSMON device in the system. More...
 

Function Documentation

◆ XSysMonPsu_LookupConfig()

XSysMonPsu_Config* XSysMonPsu_LookupConfig ( u16  DeviceId)

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

The table XSysmonPsu_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.

Referenced by SysMonPsuSingleChannelIntrExample().

Variable Documentation

◆ XSysMonPsu_ConfigTable

XSysMonPsu_Config XSysMonPsu_ConfigTable[]

This table contains configuration information for SYSMON device in the system.