Home
last modified time | relevance | path

Searched refs:IsPeripheralEnabled (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBusGenerated.cs39 if(!IsPeripheralEnabled(accessMethods.Peripheral)) in ReadByte()
96 if(!IsPeripheralEnabled(accessMethods.Peripheral)) in WriteByte()
153 if(!IsPeripheralEnabled(accessMethods.Peripheral)) in ReadWord()
210 if(!IsPeripheralEnabled(accessMethods.Peripheral)) in WriteWord()
267 if(!IsPeripheralEnabled(accessMethods.Peripheral)) in ReadDoubleWord()
324 if(!IsPeripheralEnabled(accessMethods.Peripheral)) in WriteDoubleWord()
381 if(!IsPeripheralEnabled(accessMethods.Peripheral)) in ReadQuadWord()
438 if(!IsPeripheralEnabled(accessMethods.Peripheral)) in WriteQuadWord()
DSystemBusGenerated.tt63 if(!IsPeripheralEnabled(accessMethods.Peripheral))
120 if(!IsPeripheralEnabled(accessMethods.Peripheral))
DBusControllerProxy.cs335 public virtual bool IsPeripheralEnabled(IPeripheral peripheral) in IsPeripheralEnabled() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
337 return ParentController.IsPeripheralEnabled(peripheral); in IsPeripheralEnabled()
DIBusController.cs64 bool IsPeripheralEnabled(IPeripheral peripheral); in IsPeripheralEnabled() method
DSystemBus.cs1104 public bool IsPeripheralEnabled(IPeripheral peripheral) in IsPeripheralEnabled() method in Antmicro.Renode.Peripherals.Bus.SystemBus
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSTM32L0_RCC.cs626 … valueProviderCallback: _ => rtc == null ? false : sysbus.IsPeripheralEnabled(rtc), name: "RTCEN") in DefineRegisters()