This API provides delay in microseconds.
Note: none
Prototype
void usleep(unsigned long useconds);
Parameters
The following table lists the usleep
function arguments.
Type | Member | Description |
---|---|---|
unsigned long | useconds | delay time in microseconds |
Returns
None