Home
last modified time | relevance | path

Searched refs:flashDevice (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFM32xGDeviceInformation.cs17 …formation(DeviceFamily deviceFamily, ushort deviceNumber, MappedMemory flashDevice, MappedMemory s… in EFM32xGDeviceInformation() argument
18 : base(deviceFamily, deviceNumber, flashDevice, sramDevice, productRevision) in EFM32xGDeviceInformation()
22 …GDeviceInformation(int deviceFamily, ushort deviceNumber, MappedMemory flashDevice, MappedMemory s… in EFM32xGDeviceInformation() argument
23 … :this((DeviceFamily)deviceFamily, deviceNumber, flashDevice, sramDevice, productRevision) in EFM32xGDeviceInformation()
DEZR32DeviceInformation.cs17 …formation(DeviceFamily deviceFamily, ushort deviceNumber, MappedMemory flashDevice, MappedMemory s… in EZR32DeviceInformation() argument
18 : base(deviceFamily, deviceNumber, flashDevice, sramDevice, productRevision) in EZR32DeviceInformation()
22 …2DeviceInformation(int deviceFamily, ushort deviceNumber, MappedMemory flashDevice, MappedMemory s… in EZR32DeviceInformation() argument
23 … :this((DeviceFamily)deviceFamily, deviceNumber, flashDevice, sramDevice, productRevision) in EZR32DeviceInformation()
DEFM32xG1xBDeviceInformation.cs17 …formation(DeviceFamily deviceFamily, ushort deviceNumber, MappedMemory flashDevice, MappedMemory s… in EFM32xG1xBDeviceInformation() argument
18 : base(deviceFamily, deviceNumber, flashDevice, sramDevice, productRevision) in EFM32xG1xBDeviceInformation()
22 …BDeviceInformation(int deviceFamily, ushort deviceNumber, MappedMemory flashDevice, MappedMemory s… in EFM32xG1xBDeviceInformation() argument
23 … : this((DeviceFamily)deviceFamily, deviceNumber, flashDevice, sramDevice, productRevision) in EFM32xG1xBDeviceInformation()
DEFR32DeviceInformation.cs17 …formation(DeviceFamily deviceFamily, ushort deviceNumber, MappedMemory flashDevice, MappedMemory s… in EFR32DeviceInformation() argument
18 : base(deviceFamily, deviceNumber, flashDevice, sramDevice, productRevision) in EFR32DeviceInformation()
22 …2DeviceInformation(int deviceFamily, ushort deviceNumber, MappedMemory flashDevice, MappedMemory s… in EFR32DeviceInformation() argument
23 … : this((DeviceFamily)deviceFamily, deviceNumber, flashDevice, sramDevice, productRevision) in EFR32DeviceInformation()
DDeviceInformation.cs15 …formation(DeviceFamily deviceFamily, ushort deviceNumber, MappedMemory flashDevice, MappedMemory s… in DeviceInformation() argument
17 flashSize = checked((ushort)(flashDevice.Size / 1024)); in DeviceInformation()
DEFR32xG12DeviceInformation.cs17 …formation(DeviceFamily deviceFamily, ushort deviceNumber, MappedMemory flashDevice, MappedMemory s… in EFR32xG12DeviceInformation() argument
18 : base(deviceFamily, deviceNumber, flashDevice, sramDevice, productRevision) in EFR32xG12DeviceInformation()
DEFR32xG2_DeviceInformation.cs21 …formation(DeviceFamily deviceFamily, ushort deviceNumber, MappedMemory flashDevice, MappedMemory s… in EFR32xG2_DeviceInformation() argument
22 : base(deviceFamily, deviceNumber, flashDevice, sramDevice, productRevision) in EFR32xG2_DeviceInformation()