Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DDeviceInformation.cs15 …public DeviceInformation(DeviceFamily deviceFamily, ushort deviceNumber, MappedMemory flashDevice,… in DeviceInformation()
30 protected readonly ushort deviceNumber; field in Antmicro.Renode.Peripherals.Miscellaneous.DeviceInformation
DEFM32xGDeviceInformation.cs17 …public EFM32xGDeviceInformation(DeviceFamily deviceFamily, ushort deviceNumber, MappedMemory flash… in EFM32xGDeviceInformation()
22 …public EFM32xGDeviceInformation(int deviceFamily, ushort deviceNumber, MappedMemory flashDevice, M… in EFM32xGDeviceInformation()
DEZR32DeviceInformation.cs17 …public EZR32DeviceInformation(DeviceFamily deviceFamily, ushort deviceNumber, MappedMemory flashDe… in EZR32DeviceInformation()
22 …public EZR32DeviceInformation(int deviceFamily, ushort deviceNumber, MappedMemory flashDevice, Map… in EZR32DeviceInformation()
DEFM32xG1xBDeviceInformation.cs17 …public EFM32xG1xBDeviceInformation(DeviceFamily deviceFamily, ushort deviceNumber, MappedMemory fl… in EFM32xG1xBDeviceInformation()
22 …public EFM32xG1xBDeviceInformation(int deviceFamily, ushort deviceNumber, MappedMemory flashDevice… in EFM32xG1xBDeviceInformation()
DEFR32DeviceInformation.cs17 …public EFR32DeviceInformation(DeviceFamily deviceFamily, ushort deviceNumber, MappedMemory flashDe… in EFR32DeviceInformation()
22 …public EFR32DeviceInformation(int deviceFamily, ushort deviceNumber, MappedMemory flashDevice, Map… in EFR32DeviceInformation()
DEFR32xG12DeviceInformation.cs17 …public EFR32xG12DeviceInformation(DeviceFamily deviceFamily, ushort deviceNumber, MappedMemory fla… in EFR32xG12DeviceInformation()
DEFR32xG2_DeviceInformation.cs21 …public EFR32xG2_DeviceInformation(DeviceFamily deviceFamily, ushort deviceNumber, MappedMemory fla… in EFR32xG2_DeviceInformation()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DEFM32DeviceInformation.cs16 …public EFM32DeviceInformation(Family deviceFamily, ushort deviceNumber, ushort flashSize, ushort s… in EFM32DeviceInformation()
73 private readonly ushort deviceNumber; field in Antmicro.Renode.Peripherals.EFM32DeviceInformation
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/PCI/
DPCIHost_Bridge.cs131 private IValueRegisterField deviceNumber; field in Antmicro.Renode.Peripherals.PCI.PCIHost_Bridge
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/
DUSBIPServer.cs401 …private IEnumerable<byte> GenerateDeviceDescriptor(IUSBDevice device, uint deviceNumber, bool incl… in GenerateDeviceDescriptor()