|
HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
#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] |
| 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().
| 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().
| uint8_t _uart::rx_error |
Definition at line 40 of file rs232.h.
Referenced by uart_rx_flush(), and uart_rx_interrupt().
| uint8_t _uart::rx_flow |
Definition at line 38 of file rs232.h.
Referenced by uart_rx_flush().
| uint8_t _uart::rx_head |
Definition at line 36 of file rs232.h.
Referenced by uart_rx_flush(), and uart_rx_interrupt().
| 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().
1.8.17