Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSVDParser.cs345 private static string GetMandatoryField(XElement node, string fieldName) in GetMandatoryField()
359 private static string GetOptionalFieldOrNull(XElement node, string fieldName) in GetOptionalFieldOrNull()
372 private static string GetPath(XElement node) in GetPath()
392 private static ulong? SmartParseHexOrDecimal(string whatToParse, XElement node) in SmartParseHexOrDecimal()
482 private void ScanPeripheral(XElement node, RegisterSettings defaultRegisterSettings) in ScanPeripheral()
496 …private void ScanRegistersAndClusters(XElement node, RegisterSettings defaultRegisterSettings, SVD… in ScanRegistersAndClusters()
513 …private void ScanClusters(XElement node, RegisterSettings defaultRegisterSettings, SVDPeripheral p… in ScanClusters()
542 …private void ScanRegisters(XElement node, RegisterSettings defaultRegisterSettings, SVDPeripheral … in ScanRegisters()
616 …private void ScanCluster(XElement node, RegisterSettings defaultRegisterSettings, SVDPeripheral pe… in ScanCluster()
627 …private void ScanRegister(XElement node, RegisterSettings defaultRegisterSettings, SVDPeripheral p… in ScanRegister()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Network/
DBasicNetwork.cs25 public void AttachTo(IBasicNetworkNode<TData, TAddress> node) in AttachTo()
39 public void DetachFrom(IBasicNetworkNode<TData, TAddress> node) in DetachFrom()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DMultiTree.cs28 public bool TryGetNode(TValue value, out MultiTreeNode<TValue, TConnectionWay> node) in TryGetNode()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/Devices/
DDevicesConfig.cs428 private void InitializeProperties(object device, IDictionary<string, dynamic> node) in InitializeProperties()
680 …private bool TryInitializeCtor(Type devType, IDictionary<string,dynamic> node, out object construc… in TryInitializeCtor()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorCommands.cs259 private IEnumerable<String> GetObjectSuggestions(object node) in GetObjectSuggestions()
1216 public object FindFieldOrProperty(object node, string name) in FindFieldOrProperty()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/renode/
Drenode_memory.c49 static void move_to_head(list_node_t** head, list_node_t* node) in move_to_head()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DZynqMP_PlatformManagementUnit.cs357 private ICPU GetCpuFromNode(Node node) in GetCpuFromNode()