usleep - usleep - 2026.1 English - UG643

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

Document ID
UG643
Release Date
2026-06-23
Version
2026.1 English

This API gives delay in microseconds.

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