Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DSAM_PDC.cs34 void DmaBlockByteWrite(byte[] data); in DmaBlockByteWrite() method
406 bytePeripheral.DmaBlockByteWrite(buffer.Take(count).ToArray()); in TryBlockWrite()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DSAM4S_TWI.cs46 public void DmaBlockByteWrite(byte[] data) in DmaBlockByteWrite() method in Antmicro.Renode.Peripherals.I2C.SAM4S_TWI