nRF5 SDK v15.2.0
Data Fields
nrf_ringbuf_t Struct Reference

Ring buffer instance structure. More...

#include <nrf_ringbuf.h>

Data Fields

uint8_t * p_buffer
 Pointer to the memory used by the ring buffer.
 
uint32_t bufsize_mask
 Buffer size mask (buffer size must be a power of 2).
 
nrf_ringbuf_cb_tp_cb
 Pointer to the instance control block.
 

Detailed Description

Ring buffer instance structure.


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

Documentation feedback | Developer Zone | Subscribe | Updated