gem5 v24.0.0.0
|
Base class for UART. More...
#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 | gem5::Uart |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Variables | |
const int | gem5::RX_INT = 0x1 |
const int | gem5::TX_INT = 0x2 |
Base class for UART.
Definition in file uart.hh.