Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
#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 |
#define MSG0 0xABCD |
#define MSG1 0x1234 |
#define MSG_SIZE 4 |
#define MSGQ_LEN 2 |
#define OVERFLOW_SIZE_MSG SIZE_MAX |
#define STACK_SIZE (512 + CONFIG_TEST_EXTRA_STACK_SIZE) |
#define TIMEOUT K_MSEC(TIMEOUT_MS) |
#define TIMEOUT_MS 100 |