HP85 GPIB Disk Emulator  1.0
HP85GPIBDiskEmulator
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
_uart Struct Reference

#include <rs232.h>

Data Fields

uint8_t rx_head
 
uint8_t rx_tail
 
uint8_t rx_flow
 
int rx_count
 
uint8_t rx_error
 
uint8_t rx_buf [RX_BUF_SIZE+1]
 

Detailed Description

Definition at line 34 of file rs232.h.

Field Documentation

◆ rx_buf

uint8_t _uart::rx_buf[RX_BUF_SIZE+1]

Definition at line 41 of file rs232.h.

Referenced by uart_get_tail(), uart_peek_tail(), and uart_rx_interrupt().

◆ rx_count

int _uart::rx_count

Definition at line 39 of file rs232.h.

Referenced by uart_get_tail(), uart_rx_count(), uart_rx_flush(), and uart_rx_interrupt().

◆ rx_error

uint8_t _uart::rx_error

Definition at line 40 of file rs232.h.

Referenced by uart_rx_flush(), and uart_rx_interrupt().

◆ rx_flow

uint8_t _uart::rx_flow

Definition at line 38 of file rs232.h.

Referenced by uart_rx_flush().

◆ rx_head

uint8_t _uart::rx_head

Definition at line 36 of file rs232.h.

Referenced by uart_rx_flush(), and uart_rx_interrupt().

◆ rx_tail

uint8_t _uart::rx_tail

Definition at line 37 of file rs232.h.

Referenced by uart_get_tail(), uart_peek_tail(), and uart_rx_flush().


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