XilTimer_Sleep - 2022.1 English

Xilinx Standalone Library Documentation: BSP and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2022-04-21
Version
2022.1 English

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.

Table 1. XilTimer_Sleep Arguments
Type Member Description
unsigned long delay useconds delay time in microseconds
XTimer_DelayType DelayType  

Returns

None