mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 05:39:01 +00:00
fifo peek example: struct pipe_peek_s peek_buf; peek_buf.len = len; peek_buf.data = buf; ret = file_ioctl(filep, PIPEIOC_PEEK,(unsigned long)((uintptr_t)&peek_buf)); Signed-off-by: wangyingdong <wangyingdong@xiaomi.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| fifo.c | ||
| Kconfig | ||
| Make.defs | ||
| pipe.c | ||
| pipe_common.c | ||
| pipe_common.h | ||