![]() |
nRF5 SDK
v15.3.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
#include <sys_ringbuffer.h>
Data Fields | |
size_t | write_index |
size_t | read_index |
uint8_t * | array |
size_t | size |
bool | is_full |
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.