gem5  v20.1.0.0
Classes | Variables
uart.hh File Reference
#include "base/callback.hh"
#include "dev/io_device.hh"
#include "dev/serial/serial.hh"
#include "params/Uart.hh"

Go to the source code of this file.

Classes

class  Uart
 

Variables

const int RX_INT = 0x1
 
const int TX_INT = 0x2
 

Detailed Description

Base class for UART

Definition in file uart.hh.

Variable Documentation

◆ RX_INT

const int RX_INT = 0x1

Definition at line 43 of file uart.hh.

Referenced by Uart8250::dataAvailable(), Uart8250::read(), and Uart8250::write().

◆ TX_INT

const int TX_INT = 0x2

Definition at line 44 of file uart.hh.

Referenced by Uart8250::read(), Uart8250::Uart8250(), and Uart8250::write().


Generated on Wed Sep 30 2020 14:02:19 for gem5 by doxygen 1.8.17