The Sparta Modeling Framework
|
Structure containing data for a Register pre- or post-read notification. More...
#include <Register.hpp>
Public Member Functions | |
ReadAccess (const RegisterBase *_reg, const DataView *_value_dview) | |
Public Attributes | |
const RegisterBase *const | reg |
Register on which the read access took place. | |
const DataView *const | value |
Value just read from reg. This value can also be retrieved through reg. | |
Structure containing data for a Register pre- or post-read notification.
The data in this structure is only guaranteed to be valid within a notification callback
Definition at line 450 of file Register.hpp.
|
inline |
Definition at line 454 of file Register.hpp.
const RegisterBase* const sparta::RegisterBase::ReadAccess::reg |
Register on which the read access took place.
Definition at line 462 of file Register.hpp.
const DataView* const sparta::RegisterBase::ReadAccess::value |
Value just read from reg. This value can also be retrieved through reg.
Definition at line 468 of file Register.hpp.