Home
last modified time | relevance | path

Searched defs:busPeripheral (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs297 public void LogPeripheralAccess(IBusPeripheral busPeripheral, bool enable = true) in LogPeripheralAccess()
332 public void EnableAllTranslations(IBusPeripheral busPeripheral, bool enable = true) in EnableAllTranslations()
DIBusController.cs107 void EnableAllTranslations(IBusPeripheral busPeripheral, bool enable = true); in EnableAllTranslations()
DBusControllerProxy.cs365 public virtual void EnableAllTranslations(IBusPeripheral busPeripheral, bool enable = true) in EnableAllTranslations()