Home
last modified time | relevance | path

Searched defs:Descriptor (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DEFR32MG12_LDMA.cs1042 private struct Descriptor struct in Antmicro.Renode.Peripherals.DMA.EFR32MG12_LDMA.Channel
1044 public string PrettyString => $@"Descriptor {{
1069 public StructureType structureType;
1071 public bool structureTransferRequest;
1073 public uint transferCount;
1075 public bool byteSwap;
1077 public BlockSizeMode blockSize;
1079 public bool operationDoneInterruptFlagSetEnable;
1081 public RequestTransferMode requestTransferModeSelect;
1083 public bool decrementLoopCount;
[all …]
DEFR32xG22_LDMA.cs1319 private struct Descriptor struct in Antmicro.Renode.Peripherals.DMA.EFR32xG22_LDMA.Channel
1321 public string PrettyString => $@"Descriptor {{
1346 public StructureType structureType;
1348 public bool structureTransferRequest;
1350 public uint transferCount;
1352 public bool byteSwap;
1354 public BlockSizeMode blockSize;
1356 public bool operationDoneInterruptFlagSetEnable;
1358 public RequestTransferMode requestTransferModeSelect;
1360 public bool decrementLoopCount;
[all …]
DEFR32MG24_LDMA.cs1976 private struct Descriptor struct in Antmicro.Renode.Peripherals.DMA.EFR32MG24_LDMA.Channel
1978 public string PrettyString => $@"Descriptor {{
2003 public StructureType structureType;
2005 public bool structureTransferRequest;
2007 public uint transferCount;
2009 public bool byteSwap;
2011 public BlockSizeMode blockSize;
2013 public bool operationDoneInterruptFlagSetEnable;
2015 public RequestTransferMode requestTransferModeSelect;
2017 public bool decrementLoopCount;
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/HID/
DDescriptor.cs11 public class Descriptor : DescriptorProvider class
13 public Descriptor(ReportDescriptor reportDescriptor, in Descriptor() method in Antmicro.Renode.Core.USB.HID.Descriptor
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DSynopsysEthernetMAC.cs456 private class Descriptor class in Antmicro.Renode.Peripherals.Network.SynopsysEthernetMAC
458 …public Descriptor(SynopsysEthernetMAC parent, IBusController sysbus, SynopsysEthernetVersion versi… in Descriptor() method in Antmicro.Renode.Peripherals.Network.SynopsysEthernetMAC.Descriptor
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/VirtIO/
DVirtqueue.cs182 public DescriptorMetadata Descriptor { get; set; } property in Antmicro.Renode.Storage.VirtIO.Virtqueue
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/
DSynopsysDWCEthernetQualityOfService_Descriptors.cs19 private abstract class Descriptor class in Antmicro.Renode.Peripherals.Network.SynopsysDWCEthernetQualityOfService
21 public Descriptor(IBusController bus, ulong address, ICPU cpuContext = null) in Descriptor() method in Antmicro.Renode.Peripherals.Network.SynopsysDWCEthernetQualityOfService.Descriptor