tmr_manager
Xilinx SDK Drivers API Documentation
xtmr_manager_low_level_example.c File Reference

Overview

This file contains a design example using the low-level driver functions and macros of the TMR_Manager driver (XTMR_Manager).

Note

The user must provide a physical loopback such that data which is transmitted will be received.

MODIFICATION HISTORY:

Ver   Who  Date  Changes


1.0 sa 04/05/17 First release

Functions

int TMR_ManagerLowLevelExample (u32 TMR_ManagerBaseAddress)
 This function does a minimal test on the TMR_Manager device using low-level driver macros and functions. More...
 
int main (void)
 Main function to call the example. More...
 

Function Documentation

int main ( void  )

Main function to call the example.

Parameters
None.
Returns
XST_SUCCESS if successful, XST_FAILURE if unsuccessful.
Note
None.

References TMR_ManagerLowLevelExample().

int TMR_ManagerLowLevelExample ( u32  TMR_ManagerBaseAddress)

This function does a minimal test on the TMR_Manager device using low-level driver macros and functions.

Parameters
TMR_ManagerBaseAddressis the base address of the TMR_Manager device and is the XPAR_<TMRMANAGER_instance>_BASEADDR value from xparameters.h.
Returns
XST_SUCCESS if successful, XST_FAILURE if unsuccessful.
Note
None.

Referenced by main().