Home
last modified time | relevance | path

Searched defs:productRevision (Results 1 – 9 of 9) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DDeviceInformation.cs15 …, ushort deviceNumber, MappedMemory flashDevice, MappedMemory sramDevice, byte productRevision = 0) in DeviceInformation()
28 protected readonly byte productRevision; field in Antmicro.Renode.Peripherals.Miscellaneous.DeviceInformation
DEFM32xGDeviceInformation.cs17 …, ushort deviceNumber, MappedMemory flashDevice, MappedMemory sramDevice, byte productRevision = 0) in EFM32xGDeviceInformation()
22 …, ushort deviceNumber, MappedMemory flashDevice, MappedMemory sramDevice, byte productRevision = 0) in EFM32xGDeviceInformation()
DEZR32DeviceInformation.cs17 …, ushort deviceNumber, MappedMemory flashDevice, MappedMemory sramDevice, byte productRevision = 0) in EZR32DeviceInformation()
22 …, ushort deviceNumber, MappedMemory flashDevice, MappedMemory sramDevice, byte productRevision = 0) in EZR32DeviceInformation()
DEFM32xG1xBDeviceInformation.cs17 …, ushort deviceNumber, MappedMemory flashDevice, MappedMemory sramDevice, byte productRevision = 0) in EFM32xG1xBDeviceInformation()
22 …, ushort deviceNumber, MappedMemory flashDevice, MappedMemory sramDevice, byte productRevision = 0) in EFM32xG1xBDeviceInformation()
DEFR32DeviceInformation.cs17 …, ushort deviceNumber, MappedMemory flashDevice, MappedMemory sramDevice, byte productRevision = 0) in EFR32DeviceInformation()
22 …, ushort deviceNumber, MappedMemory flashDevice, MappedMemory sramDevice, byte productRevision = 0) in EFR32DeviceInformation()
DEFR32xG12DeviceInformation.cs17 …, ushort deviceNumber, MappedMemory flashDevice, MappedMemory sramDevice, byte productRevision = 0) in EFR32xG12DeviceInformation()
DEFR32xG2_DeviceInformation.cs21 …, ushort deviceNumber, MappedMemory flashDevice, MappedMemory sramDevice, byte productRevision = 0) in EFR32xG2_DeviceInformation()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DEFM32DeviceInformation.cs16 …ily deviceFamily, ushort deviceNumber, ushort flashSize, ushort sramSize, byte productRevision = 0) in EFM32DeviceInformation()
72 private readonly byte productRevision; field in Antmicro.Renode.Peripherals.EFM32DeviceInformation
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/
DEfmSystemDevice.cs75 private byte productRevision; field in Antmicro.Renode.Peripherals.EfmSystemDevice