Home
last modified time | relevance | path

Searched refs:DisablePeripheral (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusControllerProxy.cs295 public virtual void DisablePeripheral(IPeripheral peripheral) in DisablePeripheral() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
297 ParentController.DisablePeripheral(peripheral); in DisablePeripheral()
DIBusController.cs125 public static void DisablePeripheral(this IBusController bus, IPeripheral peripheral) in DisablePeripheral() method in Antmicro.Renode.Peripherals.Bus.BusControllerExtensions
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSTM32F4_RCC.cs282 machine.SystemBus.DisablePeripheral(rtcPeripheral); in STM32F4_RCC()
DMPFS_Sysreg.cs259 sysbus.DisablePeripheral(peripheral); in ManagePeripheral()
DSTM32L0_RCC.cs636 sysbus.DisablePeripheral(rtc); in DefineRegisters()