ring_buf
Loading...
Searching...
No Matches
Data Structures
Ring Buffer Zone Access

Encapsulates the concept of a ring buffer zone, which includes base, head, and tail pointers used for managing data within the buffer. More...

Data Structures

struct  ring_buf_zone
 Ring buffer zone. More...
 

Detailed Description

Encapsulates the concept of a ring buffer zone, which includes base, head, and tail pointers used for managing data within the buffer.

A ring buffer zone is a fundamental component of the ring buffer, representing either the put or get area. Each zone maintains its own set of pointers to track the state of data within the buffer.