Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/
DPL330_DMA_Instructions.cs412 var readLength = selectedChannel.SourceReadSize; in DoTransfer()
416 ….machine.GetSystemBus(Parent).ReadBytes(selectedChannel.SourceAddress, readLength, context: Parent… in DoTransfer()
421 selectedChannel.SourceAddress += (uint)readLength; in DoTransfer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DQuectelModem.cs687 protected virtual Response Qird(int connectionId, int readLength) in Qird() argument
695 if(readLength == 0) in Qird()
700 var readBytes = sockets[connectionId].Receive(readLength); in Qird()