no-OS
Public Attributes | List of all members
no_os_circular_buffer Struct Reference

Circular buffer descriptor. More...

#include <no_os_circular_buffer.h>

Collaboration diagram for no_os_circular_buffer:
Collaboration graph
[legend]

Public Attributes

uint32_t size
 
int8_t * buff
 
struct no_os_cb_ptr write
 
struct no_os_cb_ptr read
 

Detailed Description

Circular buffer descriptor.

Member Data Documentation

◆ buff

int8_t* no_os_circular_buffer::buff

Address of the buffer

◆ read

struct no_os_cb_ptr no_os_circular_buffer::read

Read pointer

◆ size

uint32_t no_os_circular_buffer::size

Size of the buffer in bytes

◆ write

struct no_os_cb_ptr no_os_circular_buffer::write

Write pointer


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