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