Home
last modified time | relevance | path

Searched defs:DoTransfer (Results 1 – 8 of 8) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/
DPL330_DMA_Instructions.cs398 protected abstract void DoTransfer(int channelIndex, bool ignoreBurst); in DoTransfer() method in Antmicro.Renode.Peripherals.DMA.PL330_DMA.DMA_LD_ST_base
409 protected override void DoTransfer(int channelIndex, bool ignoreBurst) in DoTransfer() method in Antmicro.Renode.Peripherals.DMA.PL330_DMA.DMALD
432 protected override void DoTransfer(int channelIndex, bool ignoreBurst) in DoTransfer() method in Antmicro.Renode.Peripherals.DMA.PL330_DMA.DMAST
467 protected override void DoTransfer(int channelIndex, bool _) in DoTransfer() method in Antmicro.Renode.Peripherals.DMA.PL330_DMA.DMASTZ
814 protected override void DoTransfer(int channelIndex, bool ignoreBurst) in DoTransfer() method in Antmicro.Renode.Peripherals.DMA.PL330_DMA.DMALDP
863 protected override void DoTransfer(int channelIndex, bool ignoreBurst) in DoTransfer() method in Antmicro.Renode.Peripherals.DMA.PL330_DMA.DMASTP
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DSTM32LDMA.cs208 private void DoTransfer() in DoTransfer() method in Antmicro.Renode.Peripherals.DMA.STM32LDMA.Channel
DRenesasDA_DMABase.cs183 public void DoTransfer() in DoTransfer() method in Antmicro.Renode.Peripherals.DMA.RenesasDA_DMABase.Channel
DSTM32DMA.cs283 public void DoTransfer() in DoTransfer() method in Antmicro.Renode.Peripherals.DMA.STM32DMA.Stream
DSTM32DMA2D.cs254 private void DoTransfer() in DoTransfer() method in Antmicro.Renode.Peripherals.DMA.STM32DMA2D
DSTM32G0DMA.cs310 private void DoTransfer() in DoTransfer() method in Antmicro.Renode.Peripherals.DMA.STM32G0DMA.Channel
DSTM32WBA_GPDMA.cs404 private void DoTransfer() in DoTransfer() method in Antmicro.Renode.Peripherals.DMA.STM32WBA55_GPDMA.Channel
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DDesignWare_SPI.cs382 … private void DoTransfer(ISPIPeripheral peripheral, int size, bool readFromFifo, bool writeToFifo) in DoTransfer() method in Antmicro.Renode.Peripherals.SPI.DesignWare_SPI