resetValue property
latefinal
Architectural reset value for the register.
Note that this can be overridden in the instantiation of the register.
Implementation
late final int resetValue = _resetValue ?? _resetValueFromFields();
Architectural reset value for the register.
Note that this can be overridden in the instantiation of the register.
late final int resetValue = _resetValue ?? _resetValueFromFields();