Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIPeripheral.cs101 if(@this is IBusPeripheral busPeripheral) in GetEndianness()
103 return @this.GetMachine().GetSystemBus(busPeripheral).Endianess; in GetEndianness()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusControllerProxy.cs365 public virtual void EnableAllTranslations(IBusPeripheral busPeripheral, bool enable = true) in EnableAllTranslations() argument
367 ParentController.EnableAllTranslations(busPeripheral, enable); in EnableAllTranslations()
DIBusController.cs107 void EnableAllTranslations(IBusPeripheral busPeripheral, bool enable = true); in EnableAllTranslations() argument
DSystemBus.cs297 public void LogPeripheralAccess(IBusPeripheral busPeripheral, bool enable = true) in LogPeripheralAccess() argument
301 peripherals.VisitAccessMethods(busPeripheral, pam => in LogPeripheralAccess()
332 public void EnableAllTranslations(IBusPeripheral busPeripheral, bool enable = true) in EnableAllTranslations() argument
336 peripherals.VisitAccessMethods(busPeripheral, pam => in EnableAllTranslations()