Home
last modified time | relevance | path

Searched defs:deviceID (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MemoryControllers/
DESAMemoryController.cs101 private readonly uint deviceID = 0x00f; // GRLIB MCTRL field in Antmicro.Renode.Peripherals.MemoryControllers.ESAMemoryController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Bus/
DGaislerAPBController.cs63 private readonly uint deviceID = 0x006; // GRLIB APBCTRL field in Antmicro.Renode.Peripherals.Bus.GaislerAPBController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DGaislerAPBUART.cs199 private const uint deviceID = 0x0c; // GRLIB APBUART field in Antmicro.Renode.Peripherals.UART.GaislerAPBUART
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DGigaDevice_GD25LQ.cs219 private static byte[] deviceID = { 0xC8, 0x60, 0x18 }; field in Antmicro.Renode.Peripherals.SPI.GigaDevice_GD25LQ
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DGaislerMIC.cs552 private readonly uint deviceID = 0x00d; // GRLIB IRQMP field in Antmicro.Renode.Peripherals.IRQControllers.GaislerMIC
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DGaislerEth.cs185 private readonly uint deviceID = 0x1D; field in Antmicro.Renode.Peripherals.Network.GaislerEth