Zephyr Project API 3.7.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
test_msgq.h File Reference
#include <zephyr/kernel.h>
#include <zephyr/irq_offload.h>
#include <zephyr/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_STACK_SIZE)
 
#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_STACK_SIZE)

◆ TIMEOUT

#define TIMEOUT   K_MSEC(TIMEOUT_MS)

◆ TIMEOUT_MS

#define TIMEOUT_MS   100