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

Go to the source code of this file.

Macros

#define TIMEOUT_MS   100
 
#define TIMEOUT   K_MSEC(TIMEOUT_MS)
 
#define STACK_SIZE   (512 + CONFIG_TEST_EXTRA_STACKSIZE)
 
#define MSG_SIZE   4
 
#define MSGQ_LEN   2
 
#define MSG0   0xABCD
 
#define MSG1   0x1234
 
#define OVERFLOW_SIZE_MSG   SIZE_MAX
 

Macro Definition Documentation

◆ MSG0

#define MSG0   0xABCD

◆ MSG1

#define MSG1   0x1234

◆ MSG_SIZE

#define MSG_SIZE   4

◆ MSGQ_LEN

#define MSGQ_LEN   2

◆ OVERFLOW_SIZE_MSG

#define OVERFLOW_SIZE_MSG   SIZE_MAX

◆ STACK_SIZE

#define STACK_SIZE   (512 + CONFIG_TEST_EXTRA_STACKSIZE)

◆ TIMEOUT

#define TIMEOUT   K_MSEC(TIMEOUT_MS)

◆ TIMEOUT_MS

#define TIMEOUT_MS   100