Searched refs:peripheralName (Results 1 – 4 of 4) sorted by relevance
| /Renode-v1.15.3-c57714d/scripts/single-node/bus-isolation/ |
| D | SampleStateAwarePeripheral.cs | 35 var peripheralName = initiator.GetName().Split('.')[1]; in ReadDoubleWord() 37 …rivileged: {1}, state.CpuSecure: {2}, state.AttributionSecure: {3}", peripheralName, privileged, c… in ReadDoubleWord() 38 …var peripheralNameBytes = Encoding.UTF8.GetBytes(peripheralName).Take(3).Aggregate(0U, (v, b) => (… in ReadDoubleWord()
|
| /Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/ |
| D | TestersProvider.cs | 33 … public static IMachine TryGetDefaultMachineOrThrowKeywordException(string peripheralName = null) in TryGetDefaultMachineOrThrowKeywordException() argument 38 if(String.IsNullOrEmpty(peripheralName)) in TryGetDefaultMachineOrThrowKeywordException() 44 …ow new KeywordException(response + " Could not create tester for peripheral: {0}", peripheralName); in TryGetDefaultMachineOrThrowKeywordException()
|
| /Renode-v1.15.3-c57714d/tools/metrics_analyzer/metrics_parser/ |
| D | __init__.py | 74 peripheralName = self._read('{}s'.format(peripheralNameLength), f)[0].decode() 76 peripherals[peripheralName] = [peripheralStartAddress, peripheralEndAddress]
|
| /Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/ |
| D | CreationDriver.cs | 1814 public IrqDestination(string peripheralName, int? localIndex, int index) in IrqDestination() 1816 PeripheralName = peripheralName; in IrqDestination()
|