sysmon
Vitis Drivers API Documentation
xsysmon_polled_printf_example.c File Reference

Overview

This file contains a design example using the driver functions of the System Monitor driver.

The example here shows the driver/device in polled mode to check the on-chip temperature and voltages.

Note

This examples also assumes that there is a STDIO device in the system.

MODIFICATION HISTORY:
Ver   Who    Date     Changes


1.00a xd/sv 05/22/07 First release 2.00a sv 06/22/08 Added printfs and used conversion macros 4.00a ktn 10/22/09 Updated the example to use macros that have been renamed to remove _m from the name of the macro. 5.03a bss 04/25/13 Modified SysMonPolledPrintfExample function to set Sequencer Mode as Safe mode instead of Single channel mode before configuring Sequencer registers. CR #703729 7.3 ms 01/23/17 Added xil_printf statement in main function to ensure that "Successfully ran" and "Failed" strings are available in all examples. This is a fix for CR-965028. ms 04/05/17 Modified Comment lines in functions to recognize it as documentation block for doxygen generation. 7.8 cog 07/20/23 Added support for SDT flow

Functions

int main (void)
 Main function that invokes the polled example in this file. More...
 

Function Documentation

int main ( void  )

Main function that invokes the polled example in this file.

Parameters
None.
Returns
  • XST_SUCCESS if the example has completed successfully.
  • XST_FAILURE if the example has failed.
Note
None.