Home
last modified time | relevance | path

Searched defs:addressWidth (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DNPCX_FIU.cs159 …private void PerformUserModeAccessTransaction(int addressWidth, int dataWidth, bool isWrite, bool … in PerformUserModeAccessTransaction()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArmSignalsUnit.cs787 public ulong GetAddress(uint addressWidth) in GetAddress()
819 public void SetFromAddress(uint addressWidth, ulong address) in SetFromAddress()
853 private void AssertAddressWidth(uint addressWidth, uint valueWidth) in AssertAddressWidth()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DCadenceGEM.cs908 …ublic DmaRxBufferDescriptor(IBusController bus, uint address, DMAAddressWidth addressWidth, bool e… in DmaRxBufferDescriptor()
1010 …ublic DmaTxBufferDescriptor(IBusController bus, uint address, DMAAddressWidth addressWidth, bool e… in DmaTxBufferDescriptor()