This API contains common delay implementation using XilTimer library APIs.
Prototype
void XilTimer_Sleep(unsigned long delay, XTimer_DelayType DelayType);
Parameters
The following table lists the XilTimer_Sleep function arguments.
| Type | Member | Description |
|---|---|---|
| unsigned long delay | useconds | delay time in microseconds |
| XTimer_DelayType | DelayType |
Returns
None