Lines Matching refs:IBusPeripheral
188 … public virtual IBusRegistered<IBusPeripheral> WhatIsAt(ulong address, IPeripheral context = null) in WhatIsAt()
230 …public virtual IEnumerable<IBusRegistered<IBusPeripheral>> GetRegisteredPeripherals(IPeripheral co… in GetRegisteredPeripherals()
235 …public IEnumerable<IBusRegistered<IBusPeripheral>> GetRegistrationsForPeripheralType<T>(IPeriphera… in GetRegistrationsForPeripheralType()
240 … public virtual IEnumerable<BusRangeRegistration> GetRegistrationPoints(IBusPeripheral peripheral) in GetRegistrationPoints()
255 …public virtual void SetHookAfterPeripheralRead<T>(IBusPeripheral peripheral, Func<T, long, T> hook… in SetHookAfterPeripheralRead()
260 …public virtual void SetHookBeforePeripheralWrite<T>(IBusPeripheral peripheral, Func<T, long, T> ho… in SetHookBeforePeripheralWrite()
265 public virtual void ClearHookAfterPeripheralRead<T>(IBusPeripheral peripheral) in ClearHookAfterPeripheralRead()
340 … public virtual void Register(IBusPeripheral peripheral, BusRangeRegistration registrationPoint) in Register()
350 … public virtual void Register(IBusPeripheral peripheral, BusMultiRegistration registrationPoint) in Register()
355 …public virtual void Register(IBusPeripheral peripheral, BusParametrizedRegistration registrationPo… in Register()
365 public virtual void EnableAllTranslations(IBusPeripheral busPeripheral, bool enable = true) in EnableAllTranslations()
370 …IBusPeripheral peripheral, BusRangeRegistration newRegistration, ICPU context, Func<IEnumerable<IB… in MoveRegistrationWithinContext() argument
375 …void IPeripheralRegister<IBusPeripheral, BusMultiRegistration>.Unregister(IBusPeripheral periphera… in Unregister()
377 …((IPeripheralRegister<IBusPeripheral, BusMultiRegistration>)ParentController).Unregister(periphera… in Unregister()
380 …void IPeripheralRegister<IBusPeripheral, BusRangeRegistration>.Unregister(IBusPeripheral periphera… in Unregister()
382 …((IPeripheralRegister<IBusPeripheral, BusRangeRegistration>)ParentController).Unregister(periphera… in Unregister()
385 …void IPeripheralRegister<IBusPeripheral, BusParametrizedRegistration>.Unregister(IBusPeripheral pe… in Unregister()
387 …((IPeripheralRegister<IBusPeripheral, BusParametrizedRegistration>)ParentController).Unregister(pe… in Unregister()
465 …public virtual void MapMemory(IMappedSegment segment, IBusPeripheral owner, bool relative = true, … in MapMemory()
482 …public virtual IEnumerable<IRegistered<IBusPeripheral, BusRangeRegistration>> Children => ParentCo…