Template to define register at runtime, by providing the mutability policy, like Read Only/Write Only/Read Write etc, address, offset and width.
More...
template<typename mutability_policy_t,
uint32_t address,
uint32_t offset,
uint32_t width>
struct imt::base::core::util::Register< mutability_policy_t, address, offset, width >
Template to define register at runtime, by providing the mutability policy, like Read Only/Write Only/Read Write etc, address, offset and width.
Definition at line 51 of file Register.h.