grblHAL core  20240704
stream_rx_buffer_t Struct Reference

#include <stream.h>

Data Fields

volatile uint_fast16_t head
 
volatile uint_fast16_t tail
 
volatile bool rts_state
 
bool overflow
 
bool backup
 
char data [RX_BUFFER_SIZE]
 

Field Documentation

◆ backup

bool backup

◆ data

char data[RX_BUFFER_SIZE]

◆ head

volatile uint_fast16_t head

◆ overflow

bool overflow

◆ rts_state

volatile bool rts_state

◆ tail

volatile uint_fast16_t tail

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