Home
last modified time | relevance | path

Searched defs:GetDeviceID (Results 1 – 10 of 10) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Bus/
DIGaislerAHB.cs15 uint GetDeviceID(); in GetDeviceID() method
DIGaislerAPB.cs18 uint GetDeviceID(); in GetDeviceID() method
DGaislerAPBController.cs73 public uint GetDeviceID () in GetDeviceID() method in Antmicro.Renode.Peripherals.Bus.GaislerAPBController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MemoryControllers/
DESAMemoryController.cs70 public uint GetDeviceID () in GetDeviceID() method in Antmicro.Renode.Peripherals.MemoryControllers.ESAMemoryController
DGaisler_FaultTolerantMemoryController.cs184 public uint GetDeviceID() => DeviceID; in GetDeviceID() method in Antmicro.Renode.Peripherals.MemoryControllers.Gaisler_FaultTolerantMemoryController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DGaislerAPBUART.cs75 public uint GetDeviceID() => deviceID; in GetDeviceID() method in Antmicro.Renode.Peripherals.UART.GaislerAPBUART
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DGaisler_GPIO.cs102 public uint GetDeviceID() => DeviceID; in GetDeviceID() method in Antmicro.Renode.Peripherals.GPIOPort.Gaisler_GPIO
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DGaislerMIC.cs341 public uint GetDeviceID () in GetDeviceID() method in Antmicro.Renode.Peripherals.IRQControllers.GaislerMIC
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DGaisler_GPTimer.cs65 public uint GetDeviceID() => supportsTimeLatch ? DeviceIDWithLatch : DeviceID; in GetDeviceID() method in Antmicro.Renode.Peripherals.Timers.Gaisler_GPTimer
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DGaislerEth.cs166 public uint GetDeviceID() in GetDeviceID() method in Antmicro.Renode.Peripherals.Network.GaislerEth