getFieldByName method
- String name
Accessor to the config of a particular field
within the register by name name
.
Implementation
CsrFieldConfig getFieldByName(String name) => arch.getFieldByName(name);
Accessor to the config of a particular field
within the register by name name
.
CsrFieldConfig getFieldByName(String name) => arch.getFieldByName(name);