Home
last modified time | relevance | path

Searched defs:Children (Results 1 – 20 of 20) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/
DNullRegistrationPointPeripheralContainer.cs43 …public IEnumerable<IRegistered<TPeripheral, NullRegistrationPoint>> Children => container.Children; field in Antmicro.Renode.Core.Structure.NullRegistrationPointPeripheralContainer
88 public IEnumerable<IRegistered<TPeripheral, NullRegistrationPoint>> Children property in Antmicro.Renode.Core.Structure.NullRegistrationPointContainerHelper
DIPeripheralContainer.cs21 IEnumerable<IRegistered<TPeripheral, TRegistrationPoint>> Children { get; } property
DSimpleContainer.cs34 public virtual IEnumerable<IRegistered<T, NumberRegistrationPoint<int>>> Children property in Antmicro.Renode.Core.Structure.SimpleContainerBase
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MemoryControllers/
DGaisler_FaultTolerantMemoryController.cs86 …dMemory, NullRegistrationPoint>> IPeripheralContainer<MappedMemory, NullRegistrationPoint>.Children property in Antmicro.Renode.Peripherals.MemoryControllers.Gaisler_FaultTolerantMemoryController
93 …CFIFlash, NullRegistrationPoint>> IPeripheralContainer<AMDCFIFlash, NullRegistrationPoint>.Children property in Antmicro.Renode.Peripherals.MemoryControllers.Gaisler_FaultTolerantMemoryController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DNetworkWithPHY.cs50 public IEnumerable<IRegistered<IPhysicalLayer, PHYRegistrationPoint>> Children => field in Antmicro.Renode.Peripherals.Network.NetworkWithPHY
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DTreeBase.cs27 public IEnumerable<TNode> Children property in Antmicro.Renode.Utilities.Collections.TreeBase
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DPeripheralsCommand.cs137 private HashSet<PeripheralNode> Children; field in Antmicro.Renode.UserInterface.Commands.PeripheralsCommand.PeripheralNode
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DPULP_InterruptController.cs121 public IEnumerable<IRegistered<PULP_EventController, NullRegistrationPoint>> Children property in Antmicro.Renode.Peripherals.IRQControllers.PULP_InterruptController
DBaseRiscV.cs134 public IEnumerable<IRegistered<ICFU, NumberRegistrationPoint<int>>> Children property in Antmicro.Renode.Peripherals.CPU.BaseRiscV
162 … BusRangeRegistration>> IPeripheralContainer<IIndirectCSRPeripheral, BusRangeRegistration>.Children property in Antmicro.Renode.Peripherals.CPU.BaseRiscV
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DEOSS3_FlexibleFusionEngine.cs42 public IEnumerable<IRegistered<IBytePeripheral, NumberRegistrationPoint<int>>> Children property in Antmicro.Renode.Peripherals.Miscellaneous.EOSS3_FlexibleFusionEngine
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/
DS32K3XX_FlexIO.cs73 …public IEnumerable<IRegistered<IEndpoint, NullRegistrationPoint>> Children => endpoints.Select(x =… field in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIO
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/SiLabs/
DEFR32_GenericUSART.cs93 …heral, NullRegistrationPoint>> IPeripheralContainer<ISPIPeripheral, NullRegistrationPoint>.Children property in Antmicro.Renode.Peripherals.UART.Silabs.EFR32_GenericUSART
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUsbHub.cs175 public IEnumerable<IRegistered<IUSBPeripheral, USBRegistrationPoint>> Children property in Antmicro.Renode.Peripherals.USBDeprecated.UsbHub
DISP1761.cs124 public IEnumerable<IRegistered<IUSBPeripheral, USBRegistrationPoint>> Children property in Antmicro.Renode.Peripherals.USBDeprecated.ISP1761
DEHCIHostController.cs137 public IEnumerable<IRegistered<IUSBPeripheral, USBRegistrationPoint>> Children property in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SCI/
DRenesasRA6M5_SCI.cs153 …gistered<IUART, NullRegistrationPoint>> IPeripheralContainer<IUART, NullRegistrationPoint>.Children property in Antmicro.Renode.Peripherals.SCI.RenesasRA6M5_SCI
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DEFR32xG2_EUSART_2.cs458 …heral, NullRegistrationPoint>> IPeripheralContainer<ISPIPeripheral, NullRegistrationPoint>.Children property in Antmicro.Renode.Peripherals.UART.EFR32xG2_EUSART_2
DEFR32xG2_USART_0.cs521 …heral, NullRegistrationPoint>> IPeripheralContainer<ISPIPeripheral, NullRegistrationPoint>.Children property in Antmicro.Renode.Peripherals.UART.EFR32xG2_USART_0
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusControllerProxy.cs482 …public virtual IEnumerable<IRegistered<IBusPeripheral, BusRangeRegistration>> Children => ParentCo… field in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
DSystemBus.cs1186 public IEnumerable<IRegistered<IBusPeripheral, BusRangeRegistration>> Children property in Antmicro.Renode.Peripherals.Bus.SystemBus