|
Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
#include <stdint.h>#include <zephyr/ztest.h>#include <zephyr/kernel.h>#include <zephyr/ztress.h>#include <zephyr/logging/log.h>#include <zephyr/random/random.h>#include <zephyr/timing/timing.h>Macros | |
| #define | WRITE_LEN 512 |
| #define | READ_LEN 512 |
Functions | |
| LOG_MODULE_REGISTER (k_k_pipe_stress, LOG_LEVEL_INF) | |
| ZTEST_SUITE (k_pipe_stress, NULL, NULL, NULL, NULL, NULL) | |
| void | test_write (void) |
| void | test_read (void) |
Variables | |
| static struct k_pipe | pipe |
| #define READ_LEN 512 |
| #define WRITE_LEN 512 |
| LOG_MODULE_REGISTER | ( | k_k_pipe_stress | , |
| LOG_LEVEL_INF | ) |
| void test_read | ( | void | ) |
| void test_write | ( | void | ) |
|
static |