CsrConfig constructor
Construct a new register configuration.
Implementation
CsrConfig({
required this.name,
required this.access,
this.resetValue,
this.isFrontdoorReadable = true,
this.isFrontdoorWritable = true,
this.isBackdoorReadable = true,
this.isBackdoorWritable = true,
});