| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
#include <zephyr/ztest.h>| static ZTEST_DMEM unsigned char | data [] = "abcdefgh" | 
| Tests for the Pipe read / write availability.  More... | |
| static struct k_pipe | pipe | 
| static struct k_pipe | bufferless | 
| static struct k_pipe | bufferless1 | 
| ZTEST (pipe_api, test_pipe_avail_no_buffer) | |
| Pipes with no buffer or size 0 should return 0 bytes available.  More... | |
| ZTEST (pipe_api, test_pipe_avail_r_lt_w) | |
| Test available read / write space for r < w.  More... | |
| ZTEST (pipe_api, test_pipe_avail_w_lt_r) | |
| Test available read / write space for w < r.  More... | |
| ZTEST (pipe_api, test_pipe_avail_r_eq_w_empty) | |
Test available read / write space for r == w and an empty buffer.  More... | |
| ZTEST (pipe_api, test_pipe_avail_r_eq_w_full) | |
Test available read / write space for r == w and a full buffer.  More... | |