usleep - 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 provides delay in microseconds.

Note: none

Prototype

void usleep(unsigned long useconds);

Parameters

The following table lists the usleep function arguments.

Table 1. usleep Arguments
Type Member Description
unsigned long useconds delay time in microseconds

Returns

None