#include <tuple>#include <vector>#include <cstdint>#include "common-types.h"#include "field-type.h"Go to the source code of this file.
Namespaces | |
| namespace | simics |
Typedefs | |
| using | simics::register_t = std::tuple< Name, Description, Offset, ByteSize, InitValue, std::vector< field_t > > |
| using | simics::register_memory_t = std::vector< uint8_t * > |