Home
last modified time | relevance | path

Searched refs:ReadFromBusByte (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/Protocols/
DActionType.cs34 ReadFromBusByte, enumerator
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/
DCoSimulatedPeripheral.cs108 return (byte)connection.Read(this, ActionType.ReadFromBusByte, offset); in ReadByte()