nRF5 SDK v17.1.0
Data Fields
sys_ringbuffer_t Struct Reference

#include <sys_ringbuffer.h>

Data Fields

size_t write_index
 
size_t read_index
 
uint8_t * array
 
size_t size
 
bool is_full
 

Detailed Description

This structure holds all necessary information about a ring buffer. It is intentionally left undocumented by Doxygen.

All these fields are private and must NOT be changed by the user.


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

Documentation feedback | Developer Zone | Subscribe | Updated