sleep - 2023.1 English

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

Document ID
UG643
Release Date
2023-05-16
Version
2023.1 English

This API gives delay in seconds.

Prototype

void sleep(unsigned int seconds);

Parameters

The following table lists the sleep function arguments.

Table 1. sleep Arguments
Type Member Description
unsigned int seconds Delay time in seconds

Returns

none