Home
last modified time | relevance | path

Searched defs:Length (Results 1 – 25 of 35) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DIArray.cs13 int Length { get; } property
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/IEEE802_15_4/
DPHYHeader802154.cs35 public uint Length { get; } property in Antmicro.Renode.Peripherals.Wireless.IEEE802_15_4.PHYHeader802154
DFrame.cs89 public byte Length { get { return (byte)Bytes.Length; } } property in Antmicro.Renode.Peripherals.Wireless.IEEE802_15_4.Frame
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/VirtIO/
DVirtqueue.cs241 Length = 0x4, enumerator
264 public int Length; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USB/
DConfigurationDescriptor.cs16 public byte Length; field
DInterfaceDescriptor.cs15 public byte Length; field
DDeviceDescriptor.cs16 public byte Length; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/UFS/
DUFSDeviceDescriptors.cs15 public byte Length; field
55 public byte Length; field
145 public byte Length; field
165 public byte Length; field
251 public byte Length; field
263 public byte Length; field
277 public byte Length; field
319 public byte Length; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/MSC/
DBulkOnlyTransportCommandBlockWrapper.cs51 public byte Length { get; private set; } property
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DStreamToEventConverter.cs59 public override long Length property in Antmicro.Renode.UserInterface.StreamToEventConverter
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DGaislerEth.cs380 public uint Length; field in Antmicro.Renode.Peripherals.Network.GaislerEth.transmitDescriptor
434 public uint Length; field in Antmicro.Renode.Peripherals.Network.GaislerEth.receiveDescriptor
DK6xF_Ethernet.cs798 public ushort Length => (ushort)words[0]; field in Antmicro.Renode.Peripherals.Network.K6xF_Ethernet.DmaTxBufferDescriptor
863 public ushort Length property in Antmicro.Renode.Peripherals.Network.K6xF_Ethernet.DmaRxBufferDescriptor
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DAmbiqApollo4_Security.cs160 Length = 0x20, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DWindowMMUBusController.cs142 public ulong Length => checked(End - Start); field in Antmicro.Renode.Peripherals.Bus.WindowMMUBusController.MMUWindow
DSymbol.cs269 public SymbolAddress Length { get { return End - Start; } } property in Antmicro.Renode.Core.Symbol
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/
DSerializableStreamView.cs164 public override long Length => length; field in Antmicro.Renode.Storage.SerializableStreamView
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitStream.cs186 public uint Length { get; private set; } property in Antmicro.Renode.Utilities.BitStream
DSafeBinaryReader.cs147 public long Length { get; } property in Antmicro.Renode.Utilities.SafeBinaryReader
DPtyUnixStream.cs85 public override long Length { get { return Stream.Length; } } property in Antmicro.Renode.Utilities.PtyUnixStream
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Network/
DEthernetFrame.cs98 public int Length property in Antmicro.Renode.Network.EthernetFrame
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/GPIOPort/
DGPIOInterruptManager.cs222 public int Length => elements.Length; field in Antmicro.Renode.Peripherals.GPIOPort.GPIOInterruptManager.EventRisingCollection
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Video/
DLiteX_Framebuffer_CSR32.cs129 Length = 0x4, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DCommand.cs294 public ulong Length { get; } property
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUSBDescriptor.cs23 public byte Length property in Antmicro.Renode.Peripherals.USBDeprecated.USBDescriptor
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_AES_1.cs672 public uint Length; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_AES_1.DmaDescriptor

12