Home
last modified time | relevance | path

Searched refs:IWordPeripheral (Results 1 – 25 of 47) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DIWordPeripheral.cs11 public interface IWordPeripheral : IBusPeripheral interface
DRedirector.cs28 …public sealed class Redirector : IBytePeripheral, IWordPeripheral, IDoubleWordPeripheral, IMultiby…
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/
DReadWriteExtensions.cs348 public static byte ReadByteUsingWord(this IWordPeripheral peripheral, long address) in ReadByteUsingWord()
371 … public static void WriteByteUsingWord(this IWordPeripheral peripheral, long address, byte value) in WriteByteUsingWord()
396 public static byte ReadByteUsingWordBigEndian(this IWordPeripheral peripheral, long address) in ReadByteUsingWordBigEndian()
419 …public static void WriteByteUsingWordBigEndian(this IWordPeripheral peripheral, long address, byte… in WriteByteUsingWordBigEndian()
443 public static uint ReadDoubleWordUsingWord(this IWordPeripheral peripheral, long address) in ReadDoubleWordUsingWord()
466 …public static void WriteDoubleWordUsingWord(this IWordPeripheral peripheral, long address, uint va… in WriteDoubleWordUsingWord()
487 … public static uint ReadDoubleWordUsingWordBigEndian(this IWordPeripheral peripheral, long address) in ReadDoubleWordUsingWordBigEndian()
510 …public static void WriteDoubleWordUsingWordBigEndian(this IWordPeripheral peripheral, long address… in WriteDoubleWordUsingWordBigEndian()
531 public static ulong ReadQuadWordUsingWord(this IWordPeripheral peripheral, long address) in ReadQuadWordUsingWord()
558 …public static void WriteQuadWordUsingWord(this IWordPeripheral peripheral, long address, ulong val… in WriteQuadWordUsingWord()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMemory.cs12 …public interface IMemory : IPeripheral, IKnownSize, IBytePeripheral, IWordPeripheral, IDoubleWordP…
DBasicWordPeripheral.cs17 …public abstract class BasicWordPeripheral : IWordPeripheral, IProvidesRegisterCollection<WordRegis…
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/Wrappers/
DWordPeripheralWrapper.cs10 internal class WordPeripheralWrapper : IWordPeripheral
/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/Mocks/
DMockWordPeripheralWithoutTranslations.cs14 public class MockWordPeripheralWithoutTranslations : IWordPeripheral
/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/Peripherals/Peripherals/Miscellaneous/
DBitAccess.cs14 public sealed class BitAccess : IBytePeripheral, IWordPeripheral, IDoubleWordPeripheral
DBitBanding.cs17 public sealed class BitBanding : IBytePeripheral, IWordPeripheral, IDoubleWordPeripheral
DBitBanding.tt34 public sealed class BitBanding : IBytePeripheral, IWordPeripheral, IDoubleWordPeripheral
DS32K3XX_MiscellaneousSystemControlModule.cs17 … S32K3XX_MiscellaneousSystemControlModule : BasicDoubleWordPeripheral, IWordPeripheral, IKnownSize,
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DMPC5567_UART.cs17 public sealed class MPC5567_UART : UARTBase, IDoubleWordPeripheral, IWordPeripheral, IKnownSize
DMSP430_eUSCI.cs18 …public class MSP430_eUSCI : IUART, IWordPeripheral, IProvidesRegisterCollection<WordRegisterCollec…
DSAMD20_UART.cs19 …public class SAMD20_UART : IDoubleWordPeripheral, IWordPeripheral, IBytePeripheral, IUART, IKnownS…
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DNPCX_SPIP.cs18 …s NPCX_SPIP : NullRegistrationPointPeripheralContainer<ISPIPeripheral>, IWordPeripheral, IKnownSize
DSTM32SPI.cs17 …STM32SPI : NullRegistrationPointPeripheralContainer<ISPIPeripheral>, IWordPeripheral, IDoubleWordP…
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DReadExtensionsTest.cs33 var wordPeriMock = new Mock<IWordPeripheral>(); in SetUp()
272 private IWordPeripheral wordPeripheral;
DWriteExtensionsTest.cs25 wordPeriMock = new Mock<IWordPeripheral>(); in SetUp()
367 private Mock<IWordPeripheral> wordPeriMock;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DRenesas_GPIO.cs16 public class Renesas_GPIO : BaseGPIOPort, IBytePeripheral, IWordPeripheral, IKnownSize
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DMSCM.cs16 …public sealed class MSCM : IIRQController, INumberedGPIOOutput, IWordPeripheral, IDoubleWordPeriph…
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Python/
DPythonPeripheral.cs42 …public class PythonPeripheral : IBytePeripheral, IWordPeripheral, IDoubleWordPeripheral, IQuadWord…
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DVybridDma.cs19 public class VybridDma : IDoubleWordPeripheral, IWordPeripheral, IBytePeripheral
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CRC/
DSTM32_CRC.cs20 public class STM32_CRC : IBytePeripheral, IWordPeripheral, IDoubleWordPeripheral, IKnownSize

12