LtiLaChannelPacket constructor
- required int addr,
- int trans = 0,
- int attr = 0,
- bool ogV = false,
- int vc = 0,
- Axi5UserSignalsStruct? user,
- Axi5IdSignalsStruct? id,
- Axi5ProtSignalsStruct? prot,
- Axi5MmuSignalsStruct? mmu,
- Axi5DebugSignalsStruct? debug,
- int? og,
- int? tlBlock,
- int? ident,
Constructor.
Implementation
LtiLaChannelPacket({
required this.addr,
this.trans = 0,
this.attr = 0,
this.ogV = false,
this.vc = 0,
this.user,
this.id,
this.prot,
this.mmu,
this.debug,
this.og,
this.tlBlock,
this.ident,
});