Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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 respecitvely.

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: