Lines Matching refs:peripheral

240 …  public virtual IEnumerable<BusRangeRegistration> GetRegistrationPoints(IBusPeripheral peripheral)  in GetRegistrationPoints()  argument
242 return ParentController.GetRegistrationPoints(peripheral); in GetRegistrationPoints()
255 …public virtual void SetHookAfterPeripheralRead<T>(IBusPeripheral peripheral, Func<T, long, T> hook… in SetHookAfterPeripheralRead() argument
257 ParentController.SetHookAfterPeripheralRead(peripheral, hook, subrange); in SetHookAfterPeripheralRead()
260 …public virtual void SetHookBeforePeripheralWrite<T>(IBusPeripheral peripheral, Func<T, long, T> ho… in SetHookBeforePeripheralWrite() argument
262 ParentController.SetHookBeforePeripheralWrite(peripheral, hook, subrange); in SetHookBeforePeripheralWrite()
265 public virtual void ClearHookAfterPeripheralRead<T>(IBusPeripheral peripheral) in ClearHookAfterPeripheralRead() argument
267 ParentController.ClearHookAfterPeripheralRead<T>(peripheral); in ClearHookAfterPeripheralRead()
295 public virtual void DisablePeripheral(IPeripheral peripheral) in DisablePeripheral() argument
297 ParentController.DisablePeripheral(peripheral); in DisablePeripheral()
300 public virtual void EnablePeripheral(IPeripheral peripheral) in EnablePeripheral() argument
302 ParentController.EnablePeripheral(peripheral); in EnablePeripheral()
305 public virtual void SetPeripheralEnabled(IPeripheral peripheral, bool enabled) in SetPeripheralEnabled() argument
307 ParentController.SetPeripheralEnabled(peripheral, enabled); in SetPeripheralEnabled()
335 public virtual bool IsPeripheralEnabled(IPeripheral peripheral) in IsPeripheralEnabled() argument
337 return ParentController.IsPeripheralEnabled(peripheral); in IsPeripheralEnabled()
340 … public virtual void Register(IBusPeripheral peripheral, BusRangeRegistration registrationPoint) in Register() argument
342 ParentController.Register(peripheral, registrationPoint); in Register()
345 public virtual void Register(IKnownSize peripheral, BusPointRegistration registrationPoint) in Register() argument
347 ParentController.Register(peripheral, registrationPoint); in Register()
350 … public virtual void Register(IBusPeripheral peripheral, BusMultiRegistration registrationPoint) in Register() argument
352 ParentController.Register(peripheral, registrationPoint); in Register()
355 …public virtual void Register(IBusPeripheral peripheral, BusParametrizedRegistration registrationPo… in Register() argument
357 ParentController.Register(peripheral, registrationPoint); in Register()
370 …public void MoveRegistrationWithinContext(IBusPeripheral peripheral, BusRangeRegistration newRegis… in MoveRegistrationWithinContext() argument
372 … ParentController.MoveRegistrationWithinContext(peripheral, newRegistration, context, selector); in MoveRegistrationWithinContext()
375 …oid IPeripheralRegister<IBusPeripheral, BusMultiRegistration>.Unregister(IBusPeripheral peripheral) in Unregister() argument
377 …IPeripheralRegister<IBusPeripheral, BusMultiRegistration>)ParentController).Unregister(peripheral); in Unregister()
380 …oid IPeripheralRegister<IBusPeripheral, BusRangeRegistration>.Unregister(IBusPeripheral peripheral) in Unregister() argument
382 …IPeripheralRegister<IBusPeripheral, BusRangeRegistration>)ParentController).Unregister(peripheral); in Unregister()
385 …ripheralRegister<IBusPeripheral, BusParametrizedRegistration>.Unregister(IBusPeripheral peripheral) in Unregister() argument
387 …eralRegister<IBusPeripheral, BusParametrizedRegistration>)ParentController).Unregister(peripheral); in Unregister()
390 public void Unregister(IPeripheral peripheral) in Unregister() argument
392 ParentController.Unregister(peripheral); in Unregister()
395 public void Register(IPeripheral peripheral, NullRegistrationPoint registrationPoint) in Register() argument
397 ParentController.Register(peripheral, registrationPoint); in Register()
400 public virtual void Unregister(ICPU peripheral) in Unregister() argument
402 ParentController.Unregister(peripheral); in Unregister()
405 public virtual void Unregister(IKnownSize peripheral) in Unregister() argument
407 ParentController.Unregister(peripheral); in Unregister()