33 #ifndef _FREERTOS_POSIX_UNISTD_H_ 34 #define _FREERTOS_POSIX_UNISTD_H_ 47 unsigned sleep(
unsigned seconds );
unsigned sleep(unsigned seconds)
Suspend execution for an interval of time.
Definition: FreeRTOS_POSIX_unistd.c:37
unsigned long useconds_t
Used for time in microseconds. Enabled/disabled by posixconfigENABLE_USECONDS_T.
Definition: types.h:158
int usleep(useconds_t usec)
Suspend execution for microsecond intervals.
Definition: FreeRTOS_POSIX_unistd.c:46