Home
last modified time | relevance | path

Searched defs:Id (Results 1 – 16 of 16) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DPHYRegistrationPoint.cs31 public uint Id {get; private set;} property in Antmicro.Renode.Peripherals.Network.PHYRegistrationPoint
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/PCI/Capabilities/
DCapability.cs22 public byte Id { get; } property in Antmicro.Renode.Peripherals.PCI.Capabilities.Capability
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/PLIC/
DIrqSource.cs33 public uint Id { get; private set; } property in Antmicro.Renode.Peripherals.IRQControllers.PLIC.IrqSource
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CAN/
DCANMessageFrame.cs108 public uint Id { get; } property in Antmicro.Renode.Core.CAN.CANMessageFrame
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DSerializationTests.cs195 public int Id { get; set; } property in Antmicro.Renode.UnitTests.GPIOMock
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogEntry.cs80 public ulong Id { get; set; } property in Antmicro.Renode.Logging.LogEntry
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Input/
DFT5336.cs190 public UInt16 Id; field
DFT5x06.cs221 public UInt16 Id; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DNRF52840_GPIO.cs316 public int Id { get; } property in Antmicro.Renode.Peripherals.GPIOPort.NRF52840_GPIO.Pin
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DArmSysCtl.cs279 Id = 0x00, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DPL190_VIC.cs305 public int Id { get; } property in Antmicro.Renode.Peripherals.IRQControllers.PL190_VIC.Interrupt
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DBME280.cs334 Id = 0xD0, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DICP_101xx.cs499 Id = 0xEFC8, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DTimeSourceBase.cs932 public ulong Id { get; } property
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/
DPL330_DMA.cs629 public readonly int Id; field in Antmicro.Renode.Peripherals.DMA.PL330_DMA.Channel
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/S32K3XX_FlexCAN/
DS32K3XX_FlexCAN_Structures.cs301 public uint Id => idExtendedBit ? ExtendedId : StandardId; field