RegisterCluster constructor
RegisterCluster(
- String key,
- String? name,
- int addr,
- int size,
- RegisterType registerType,
- Map<
String, RegisterField> fields, { - String? tag,
Implementation
RegisterCluster(this.key, this.name, this.addr,this.size ,this.registerType,this.fields,{this.tag});