Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
usleep.c File Reference
#include <ztest.h>
#include <zephyr.h>

Macros

#define RETRIES   10
 
#define MAXIMUM_SHORTEST_TICKS   1
 
#define LOOPS   (CONFIG_SYS_CLOCK_TICKS_PER_SEC / 2)
 
#define LOWER_BOUND_MS   ((1000 * LOOPS) / CONFIG_SYS_CLOCK_TICKS_PER_SEC)
 
#define UPPER_BOUND_MS
 

Functions

void test_usleep (void)
 

Macro Definition Documentation

◆ LOOPS

#define LOOPS   (CONFIG_SYS_CLOCK_TICKS_PER_SEC / 2)

◆ LOWER_BOUND_MS

#define LOWER_BOUND_MS   ((1000 * LOOPS) / CONFIG_SYS_CLOCK_TICKS_PER_SEC)

◆ MAXIMUM_SHORTEST_TICKS

#define MAXIMUM_SHORTEST_TICKS   1

◆ RETRIES

#define RETRIES   10

◆ UPPER_BOUND_MS

#define UPPER_BOUND_MS
Value:
(((3 + MAXIMUM_SHORTEST_TICKS) * 1000 * LOOPS) \
#define LOOPS
Definition: usleep.c:54
#define MAXIMUM_SHORTEST_TICKS
Definition: usleep.c:41
#define CONFIG_SYS_CLOCK_TICKS_PER_SEC
Definition: ztest.h:39

Function Documentation

◆ test_usleep()

void test_usleep ( void  )