![]() |
scutimer
Xilinx SDK Drivers API Documentation
|
This file contains a design example using the Scu Private Timer driver (XScuTimer) and hardware timer device.
This test assumes Auto Reload mode is not enabled.
MODIFICATION HISTORY:
Ver Who Date Changes
1.00a nm 03/10/10 First release *
Functions | |
| int | ScuTimerPolledExample (u16 DeviceId) |
| This function does a minimal test on the SCU Private timer device and driver. More... | |
| int | main (void) |
| Main function to call the Scu Private Timer polled mode example. More... | |
| int main | ( | void | ) |
Main function to call the Scu Private Timer polled mode example.
| None. |
References ScuTimerPolledExample().
| int ScuTimerPolledExample | ( | u16 | DeviceId | ) |
This function does a minimal test on the SCU Private timer device and driver.
The purpose of this function is to illustrate how to use the XScuTimer driver.
| DeviceId | is the unique device id of the device. |
Referenced by main().