usleep - 2023.2 English

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

Document ID
UG643
Release Date
2023-12-13
Version
2023.2 English

This API gives delay in usec

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