Home
last modified time | relevance | path

Searched refs:IBytePeripheral (Results 1 – 25 of 89) sorted by relevance

1234

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DEOSS3_FlexibleFusionEngine.cs20 …Engine : BasicDoubleWordPeripheral, IKnownSize, IPeripheralContainer<IBytePeripheral, NumberRegist…
24 children = new Dictionary<int, IBytePeripheral>(); in EOSS3_FlexibleFusionEngine()
37 … public IEnumerable<NumberRegistrationPoint<int>> GetRegistrationPoints(IBytePeripheral peripheral) in GetRegistrationPoints()
42 public IEnumerable<IRegistered<IBytePeripheral, NumberRegistrationPoint<int>>> Children
50 …public virtual void Register(IBytePeripheral peripheral, NumberRegistrationPoint<int> registration… in Register()
64 public virtual void Unregister(IBytePeripheral peripheral) in Unregister()
137 private Dictionary<int, IBytePeripheral> children;
DMPFS_DDRMock.cs18 public class MPFS_DDRMock : IDoubleWordPeripheral, IBytePeripheral, IKnownSize
DBitAccess.cs14 public sealed class BitAccess : IBytePeripheral, IWordPeripheral, IDoubleWordPeripheral
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Mocks/
DAmbiguousRegister.cs15 IPeripheralRegister<IBytePeripheral, DoublePointRegistration>
37 public void Register(IBytePeripheral peripheral, DoublePointRegistration registrationPoint) in Register()
47 public void Unregister(IBytePeripheral peripheral) in Unregister()
DMockPeripheralWithBoolAttribute.cs12 public class MockPeripheralWithBoolAttribute : IBytePeripheral
DMockPeripheralWithNumericalAttrubute.cs12 public class MockPeripheralWithNumericalAttrubute : IBytePeripheral
DMockPeripheralWithStringAttribute.cs12 public class MockPeripheralWithStringAttribute : IBytePeripheral
DMachineTestPeripheral.cs13 public class MachineTestPeripheral : IBytePeripheral
DMockPeripheralWithObjectAttribute.cs12 public class MockPeripheralWithObjectAttribute : IBytePeripheral
DMockIrqSender.cs13 public class MockIrqSender : IBytePeripheral
DMockPeripheralUsingReferenceAttribute.cs12 public class MockPeripheralUsingReferenceAttribute : IBytePeripheral
DMockReceiver.cs14 public class MockReceiver : IGPIOReceiver, IBytePeripheral
DMockPeripheralWithRangeAttribute.cs15 public class MockPeripheralWithRangeAttribute : IBytePeripheral
DMockPeripheralWithEnumAttribute.cs13 public class MockPeripheralWithEnumAttribute : IBytePeripheral
DEmptyPeripheral.cs14 public class EmptyPeripheral : II2CPeripheral, IBytePeripheral, IDoubleWordPeripheral
DMockGPIOByNumberConnectorPeripheral.cs16 …lic class MockGPIOByNumberConnectorPeripheral : INumberedGPIOOutput, IGPIOReceiver, IBytePeripheral
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_SLAB_ITM.cs17 public class EFR32xG2_SLAB_ITM : UARTBase, IDoubleWordPeripheral, IBytePeripheral, IKnownSize
92 byte IBytePeripheral.ReadByte(long offset) in IBytePeripheral.ReadByte()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DIBytePeripheral.cs11 public interface IBytePeripheral : IBusPeripheral interface
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMemory.cs12 …public interface IMemory : IPeripheral, IKnownSize, IBytePeripheral, IWordPeripheral, IDoubleWordP…
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/Wrappers/
DBytePeripheralWrapper.cs10 internal class BytePeripheralWrapper : IBytePeripheral
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/
DReadWriteExtensions.cs20 public static ushort ReadWordUsingByte(this IBytePeripheral peripheral, long address) in ReadWordUsingByte()
43 … public static void WriteWordUsingByte(this IBytePeripheral peripheral, long address, ushort value) in WriteWordUsingByte()
64 … public static ushort ReadWordUsingByteBigEndian(this IBytePeripheral peripheral, long address) in ReadWordUsingByteBigEndian()
87 …public static void WriteWordUsingByteBigEndian(this IBytePeripheral peripheral, long address, usho… in WriteWordUsingByteBigEndian()
108 public static uint ReadDoubleWordUsingByte(this IBytePeripheral peripheral, long address) in ReadDoubleWordUsingByte()
135 …public static void WriteDoubleWordUsingByte(this IBytePeripheral peripheral, long address, uint va… in WriteDoubleWordUsingByte()
160 … public static uint ReadDoubleWordUsingByteBigEndian(this IBytePeripheral peripheral, long address) in ReadDoubleWordUsingByteBigEndian()
187 …public static void WriteDoubleWordUsingByteBigEndian(this IBytePeripheral peripheral, long address… in WriteDoubleWordUsingByteBigEndian()
212 public static ulong ReadQuadWordUsingByte(this IBytePeripheral peripheral, long address) in ReadQuadWordUsingByte()
247 …public static void WriteQuadWordUsingByte(this IBytePeripheral peripheral, long address, ulong val… in WriteQuadWordUsingByte()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSDHCI.cs18 public sealed class SDHCI : IBytePeripheral, IWordPeripheral, IDoubleWordPeripheral, IDisposable
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/
DEfmSystemDevice.cs16 public class EfmSystemDevice: IBytePeripheral, IWordPeripheral
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DSerializableMappedSegmentTests.cs48 public sealed class PeripheralWithMappedSegment : IBytePeripheral, IMapped
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/
DMockBytePeripheralWithoutTranslations.cs14 public class MockBytePeripheralWithoutTranslations : IBytePeripheral

1234