Home
last modified time | relevance | path

Searched defs:ReadBuffer (Results 1 – 13 of 13) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/SCSI/
DSCSICommand.cs28 ReadBuffer = 0x3C, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/UART/
DVirtualConsole.cs79 public byte[] ReadBuffer(int maxCount = 1) in ReadBuffer() method in Antmicro.Renode.Peripherals.UART.VirtualConsole
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/SCSI/Commands/
DSCSICommands.cs218 public struct ReadBuffer struct
221 public byte OperationCode;
223 public byte Mode;
225 public byte BufferId;
227 public uint BufferOffset;
229 public uint AllocationLength;
231 public byte Control;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSTM32SDMMC.cs288 private uint ReadBuffer() in ReadBuffer() method in Antmicro.Renode.Peripherals.SD.STM32SDMMC
DMPFS_SDController.cs519 private uint ReadBuffer() in ReadBuffer() method in Antmicro.Renode.Peripherals.SD.MPFS_SDController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DK6xF_Ethernet.cs793 public byte[] ReadBuffer() in ReadBuffer() method in Antmicro.Renode.Peripherals.Network.K6xF_Ethernet.DmaTxBufferDescriptor
858 public byte[] ReadBuffer() in ReadBuffer() method in Antmicro.Renode.Peripherals.Network.K6xF_Ethernet.DmaRxBufferDescriptor
DCadenceGEM.cs1014 public byte[] ReadBuffer() in ReadBuffer() method in Antmicro.Renode.Peripherals.Network.CadenceGEM.DmaTxBufferDescriptor
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DSAM_USART.cs554 private byte? ReadBuffer(bool warnEmpty = false) in ReadBuffer() method in Antmicro.Renode.Peripherals.UART.SAM_USART
DEFR32xG2_EUSART_2.cs602 private byte ReadBuffer() in ReadBuffer() method in Antmicro.Renode.Peripherals.UART.EFR32xG2_EUSART_2
DEFR32xG2_USART_0.cs666 private byte ReadBuffer() in ReadBuffer() method in Antmicro.Renode.Peripherals.UART.EFR32xG2_USART_0
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/SiLabs/
DEFR32_GenericUSART.cs512 private byte ReadBuffer() in ReadBuffer() method in Antmicro.Renode.Peripherals.UART.Silabs.EFR32_GenericUSART
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DSAM4S_TWI.cs328 private byte[] ReadBuffer(int count, bool dmaAccess = true) in ReadBuffer() method in Antmicro.Renode.Peripherals.I2C.SAM4S_TWI
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/ATAPI/
DATAPI.cs417 ReadBuffer = 0xE4, enumerator