Home
last modified time | relevance | path

Searched defs:Read (Results 1 – 25 of 119) sorted by relevance

12345

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DAccess.cs14 Read = 1, enumerator
DBusAccessPrivileges.cs15 Read = 0b001, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Input/
DIPS2Peripheral.cs14 byte Read(); in Read() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/I2C/
DII2CPeripheral.cs15 byte[] Read(int count = 1); in Read() method
DI2CPeripheralBase.cs45 public byte[] Read(int count) in Read() method in Antmicro.Renode.Peripherals.I2C.I2CPeripheralBase
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DMB85RC1MT.cs76 internal byte[] Read(int count = 0) in Read() method in Antmicro.Renode.Peripherals.I2C.MB85RC1MT
123 public byte[] Read(int count = 0) in Read() method in Antmicro.Renode.Peripherals.I2C.MB85RC1MTI2CRelay
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIPhysicalLayer.cs16 V Read(T addr); in Read() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/Wrappers/
DReadLoggingWrapper.cs24 public override T Read(long offset) in Read() method in Antmicro.Renode.Peripherals.Bus.Wrappers.ReadLoggingWrapper
DReadHookWrapper.cs32 public virtual T Read(long offset) in Read() method in Antmicro.Renode.Peripherals.Bus.Wrappers.ReadHookWrapper
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/
DEchoI2CDevice.cs27 public byte[] Read(int count = 1) in Read() method in Antmicro.Renode.Peripherals.Mocks.EchoI2CDevice
DDummyI2CSlave.cs50 public byte[] Read(int count = 1) in Read() method in Antmicro.Renode.Peripherals.Mocks.DummyI2CSlave
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/
DDummyIOSource.cs32 public int Read() in Read() method in Antmicro.Renode.UI.DummyIOSource
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DPrimeCellIDHelper.cs28 public byte Read(long offset) in Read() method in Antmicro.Renode.Peripherals.Miscellaneous.PrimeCellIDHelper
DLiteX_MMCM_CSR32.cs136 Read = 0x8, enumerator
DLiteX_MMCM.cs148 Read = 0x8, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithMMU.cs21 Read = 0, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DAS6221.cs72 public byte[] Read(int count) in Read() method in Antmicro.Renode.Peripherals.Sensors.AS6221
280 Read, enumerator
DTMP103.cs48 public byte[] Read(int count) in Read() method in Antmicro.Renode.Peripherals.Sensors.TMP103
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/
DRegisterSelector.cs22 public T Read() in Read() method in Antmicro.Renode.Core.Structure.Registers.RegisterSelector
DFieldMode.cs16 Read = 1 << 0, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUlpi.cs19 public byte Read(byte offset) in Read() method in Antmicro.Renode.Peripherals.USBDeprecated.Ulpi
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DISPIFlash.cs27 Read = 0x03, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Input/
DPS2Keyboard.cs24 public byte Read() in Read() method in Antmicro.Renode.Peripherals.Input.PS2Keyboard
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DStreamToEventConverter.cs84 public override int Read(byte[] buffer, int offset, int count) in Read() method in Antmicro.Renode.UserInterface.StreamToEventConverter
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Mocks/
DEmptyPeripheral.cs45 public byte[] Read(int count) in Read() method in Antmicro.Renode.UnitTests.Mocks.EmptyPeripheral

12345