gem5
v21.0.1.0
|
#include "base/bitunion.hh"
#include "base/logging.hh"
#include "dev/io_device.hh"
#include "dev/reg_bank.hh"
#include "dev/serial/uart.hh"
#include "params/Uart8250.hh"
Go to the source code of this file.
Classes | |
class | Uart8250 |
class | Uart8250::Registers |
class | Uart8250::Registers::PairedRegister |
class | Uart8250::Registers::BankedRegister |
class | Uart8250::Registers::RWSwitchedRegister |
Variables | |
const uint8_t | UART_MCR_LOOP = 0x10 |
Defines a 8250 UART
Definition in file uart8250.hh.
const uint8_t UART_MCR_LOOP = 0x10 |
Definition at line 43 of file uart8250.hh.
Referenced by Uart8250::Registers::Registers().