Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DIBusController.cs63 void SetPeripheralEnabled(IPeripheral peripheral, bool value); in SetPeripheralEnabled() method
122 bus.SetPeripheralEnabled(peripheral, true); in EnablePeripheral()
127 bus.SetPeripheralEnabled(peripheral, false); in DisablePeripheral()
DBusControllerProxy.cs305 public virtual void SetPeripheralEnabled(IPeripheral peripheral, bool enabled) in SetPeripheralEnabled() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
307 ParentController.SetPeripheralEnabled(peripheral, enabled); in SetPeripheralEnabled()
DSystemBus.cs1081 public void SetPeripheralEnabled(IPeripheral peripheral, bool enabled) in SetPeripheralEnabled() method in Antmicro.Renode.Peripherals.Bus.SystemBus
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSTM32L0_RCC.cs624 sysbus.SetPeripheralEnabled(rtc, value); in DefineRegisters()