Prusa MINI Firmware overview
MarlinSerial< Cfg >::ring_buffer_r Struct Reference

#include <MarlinSerial.h>

Collaboration diagram for MarlinSerial< Cfg >::ring_buffer_r:

Public Attributes

volatile ring_buffer_pos_t head
 
volatile ring_buffer_pos_t tail
 
unsigned char buffer [Cfg::RX_SIZE]
 

Member Data Documentation

◆ head

template<typename Cfg>
volatile ring_buffer_pos_t MarlinSerial< Cfg >::ring_buffer_r::head

◆ tail

template<typename Cfg>
volatile ring_buffer_pos_t MarlinSerial< Cfg >::ring_buffer_r::tail

◆ buffer

template<typename Cfg>
unsigned char MarlinSerial< Cfg >::ring_buffer_r::buffer[Cfg::RX_SIZE]