resetValue property

int resetValue
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();