ASCII Serial Com
Serial communication library between computers, microcontrollers, FPGAs, etc. Uses only ASCII. Not the most efficient protocol, but meant to be easy to read
Loading...
Searching...
No Matches
Public Attributes | List of all members
circular_buffer_uint8_struct Struct Reference

circular buffer struct More...

#include <circular_buffer.h>

Public Attributes

size_t capacity
 
size_t size
 
size_t iStart
 
size_t iStop
 
uint8_t * buffer
 

Detailed Description

circular buffer struct

Keeps track of the state of the circular buffer Use this for a buffer of unit8's.

Definition at line 20 of file circular_buffer.h.

Member Data Documentation

◆ buffer

uint8_t* circular_buffer_uint8_struct::buffer

◆ capacity

size_t circular_buffer_uint8_struct::capacity

◆ iStart

size_t circular_buffer_uint8_struct::iStart

◆ iStop

size_t circular_buffer_uint8_struct::iStop

◆ size

size_t circular_buffer_uint8_struct::size

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