Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusControllerProxy.cs300 public virtual void EnablePeripheral(IPeripheral peripheral) in EnablePeripheral() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
302 ParentController.EnablePeripheral(peripheral); in EnablePeripheral()
DIBusController.cs120 public static void EnablePeripheral(this IBusController bus, IPeripheral peripheral) in EnablePeripheral() method in Antmicro.Renode.Peripherals.Bus.BusControllerExtensions
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSTM32F4_RCC.cs278 machine.SystemBus.EnablePeripheral(rtcPeripheral); in STM32F4_RCC()
DMPFS_Sysreg.cs254 sysbus.EnablePeripheral(peripheral); in ManagePeripheral()