![]() |
sysmon
Xilinx SDK Drivers API Documentation
|
This file contains a design example using the driver functions of the System Monitor/ADC driver.
This example shows the usage of the driver/device in polled mode with external mux and XADC in continuous pass Sequencer mode. It is provided to illustrate the usage of external mux.
MODIFICATION HISTORY:
Ver Who Date Changes
7.5 mn 09/12/18 First release
Functions | |
int | SysMonAuxPolledExample (u16 SysMonDeviceId) |
This function runs a test on the System Monitor/ADC device using the driver APIs. More... | |
int | main (void) |
Main function that invokes the polled example in this file. More... | |
int main | ( | void | ) |
Main function that invokes the polled example in this file.
None. |
References SysMonAuxPolledExample().
int SysMonAuxPolledExample | ( | u16 | SysMonDeviceId | ) |
This function runs a test on the System Monitor/ADC device using the driver APIs.
This function does the following tasks:
SysMonDeviceId | is the XPAR_<SYSMON_ADC_instance>_DEVICE_ID value from xparameters.h. |
Referenced by main().