gem5 v24.0.0.0
|
#include <sinicreg.hh>
Public Attributes | |
uint8_t | size |
bool | read |
bool | write |
const char * | name |
Definition at line 181 of file sinicreg.hh.
const char* gem5::sinic::registers::Info::name |
Definition at line 186 of file sinicreg.hh.
Referenced by gem5::sinic::Device::read(), and gem5::sinic::Device::write().
bool gem5::sinic::registers::Info::read |
Definition at line 184 of file sinicreg.hh.
Referenced by gem5::sinic::Device::read().
uint8_t gem5::sinic::registers::Info::size |
Definition at line 183 of file sinicreg.hh.
Referenced by gem5::sinic::Device::read(), and gem5::sinic::Device::write().
bool gem5::sinic::registers::Info::write |
Definition at line 185 of file sinicreg.hh.
Referenced by gem5::sinic::Device::write().