Searched refs:IsPeripheralEnabled (Results 1 – 6 of 6) sorted by relevance
39 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()
63 if(!IsPeripheralEnabled(accessMethods.Peripheral))120 if(!IsPeripheralEnabled(accessMethods.Peripheral))
335 public virtual bool IsPeripheralEnabled(IPeripheral peripheral) in IsPeripheralEnabled() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy337 return ParentController.IsPeripheralEnabled(peripheral); in IsPeripheralEnabled()
64 bool IsPeripheralEnabled(IPeripheral peripheral); in IsPeripheralEnabled() method
1104 public bool IsPeripheralEnabled(IPeripheral peripheral) in IsPeripheralEnabled() method in Antmicro.Renode.Peripherals.Bus.SystemBus
626 … valueProviderCallback: _ => rtc == null ? false : sysbus.IsPeripheralEnabled(rtc), name: "RTCEN") in DefineRegisters()