nRF5 SDK  v13.0.0
Choose documentation:
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
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: