Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
k_pipe Struct Reference

#include <kernel.h>

Data Fields

size_t waiting
struct ring_buf buf
struct k_spinlock lock
_wait_q_t data
_wait_q_t space
uint8_t flags

Field Documentation

◆ buf

struct ring_buf k_pipe::buf

◆ data

_wait_q_t k_pipe::data

◆ flags

uint8_t k_pipe::flags

◆ lock

struct k_spinlock k_pipe::lock

◆ space

_wait_q_t k_pipe::space

◆ waiting

size_t k_pipe::waiting

The documentation for this struct was generated from the following file: