Home
last modified time | relevance | path

Searched refs:peripheralName (Results 1 – 4 of 4) sorted by relevance

/Renode-v1.15.3-c57714d/scripts/single-node/bus-isolation/
DSampleStateAwarePeripheral.cs35 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/
DTestersProvider.cs33 … 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__.py74 peripheralName = self._read('{}s'.format(peripheralNameLength), f)[0].decode()
76 peripherals[peripheralName] = [peripheralStartAddress, peripheralEndAddress]
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DCreationDriver.cs1814 public IrqDestination(string peripheralName, int? localIndex, int index) in IrqDestination()
1816 PeripheralName = peripheralName; in IrqDestination()