Axi5BChannelPacket constructor
- required Axi5ResponseSignalsStruct response,
- Axi5UserSignalsStruct? user,
- Axi5IdSignalsStruct? id,
- Axi5MemRespDataTagSignalsStruct? tag,
- Axi5DebugSignalsStruct? debug,
Constructor
Implementation
Axi5BChannelPacket({
required this.response,
this.user,
this.id,
this.tag,
this.debug,
});