![]() |
tmr_manager
Xilinx SDK Drivers API Documentation
|
This file contains a design example using the low-level driver functions and macros of the TMR_Manager driver (XTMR_Manager).
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... | |
int main | ( | void | ) |
Main function to call the example.
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.
TMR_ManagerBaseAddress | is the base address of the TMR_Manager device and is the XPAR_<TMRMANAGER_instance>_BASEADDR value from xparameters.h. |
Referenced by main().