Home
last modified time | relevance | path

Searched refs:ActiveGroups (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DIPeripheralsGroupsManager.cs15 IEnumerable<IPeripheralsGroup> ActiveGroups { get; } property
DMachine.cs1934 foreach(var group in ActiveGroups) in RemoveFromAllGroups()
1942 … group = ActiveGroups.SingleOrDefault(x => ((PeripheralsGroup)x).Contains(peripheral)); in TryGetActiveGroupContaining()
1954 group = ActiveGroups.SingleOrDefault(x => x.Name == name); in TryGetByName()
1958 public IEnumerable<IPeripheralsGroup> ActiveGroups property in Antmicro.Renode.Core.Machine.PeripheralsGroupsManager
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs1836 foreach(var group in Machine.PeripheralsGroups.ActiveGroups) in ClearAll()