Zigbee Protocol Controller 1.6.0

Structure that holds the state of a ring buffer. More...

#include <ringbuf.h>

Public Attributes

uint8_t * data
 
uint8_t mask
 
uint8_t put_ptr
 
uint8_t get_ptr
 

Detailed Description

Structure that holds the state of a ring buffer.

        This structure holds the state of a ring buffer. The
        actual buffer needs to be defined separately. This
        struct is an opaque structure with no user-visible
        elements.

Member Data Documentation

◆ data

uint8_t* ringbuf::data

◆ get_ptr

uint8_t ringbuf::get_ptr

◆ mask

uint8_t ringbuf::mask

◆ put_ptr

uint8_t ringbuf::put_ptr

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