Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
pbuf_data Struct Reference

Data block of the packed buffer. More...

#include <pbuf.h>

Data Fields

volatile uint32_t wr_idx
 
volatile uint32_t rd_idx
 

Detailed Description

Data block of the packed buffer.

The structure contains local copies of wr and rd indexes used by writer and reader respectively.

Field Documentation

◆ rd_idx

volatile uint32_t pbuf_data::rd_idx

◆ wr_idx

volatile uint32_t pbuf_data::wr_idx

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