gem5
v21.2.0.0
|
#include "dev/ps2/types.hh"
#include <list>
#include "base/logging.hh"
#include "x11keysym/keysym.h"
Go to the source code of this file.
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
gem5::ps2 | |
Functions | |
gem5::GEM5_DEPRECATED_NAMESPACE (Ps2, ps2) | |
void | gem5::ps2::keySymToPs2 (uint32_t key, bool down, bool &cur_shift, std::list< uint8_t > &keys) |
Variables | |
static const uint16_t | gem5::ps2::keySymToPs2Byte [128] |
Table to convert simple key symbols (0x00XX) into ps2 bytes. More... | |
const uint8_t | gem5::ps2::ShiftKey = 0x12 |
const uint8_t | gem5::ps2::BreakKey = 0xf0 |
const uint8_t | gem5::ps2::ExtendedKey = 0xe0 |
const uint32_t | gem5::ps2::UpperKeys = 0xff00 |