Home
last modified time | relevance | path

Searched refs:ControlStructure (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DUDMA.cs217 … var controlStructure = new ControlStructure(parent.SystemBus.ReadBytes(dataSource, 0x10)); in InitTransfer()
244 private struct ControlStructure struct in Antmicro.Renode.Peripherals.DMA.UDMA.Channel
246 public ControlStructure(byte[] data) in ControlStructure() method