Lines Matching defs:peripheral
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()
295 public virtual void DisablePeripheral(IPeripheral peripheral) in DisablePeripheral()
300 public virtual void EnablePeripheral(IPeripheral peripheral) in EnablePeripheral()
305 public virtual void SetPeripheralEnabled(IPeripheral peripheral, bool enabled) in SetPeripheralEnabled()
335 public virtual bool IsPeripheralEnabled(IPeripheral peripheral) in IsPeripheralEnabled()
340 … public virtual void Register(IBusPeripheral peripheral, BusRangeRegistration registrationPoint) in Register()
345 public virtual void Register(IKnownSize peripheral, BusPointRegistration 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()
370 …public void MoveRegistrationWithinContext(IBusPeripheral peripheral, BusRangeRegistration newRegis… in MoveRegistrationWithinContext() argument
375 …oid IPeripheralRegister<IBusPeripheral, BusMultiRegistration>.Unregister(IBusPeripheral peripheral) in Unregister()
380 …oid IPeripheralRegister<IBusPeripheral, BusRangeRegistration>.Unregister(IBusPeripheral peripheral) in Unregister()
385 …ripheralRegister<IBusPeripheral, BusParametrizedRegistration>.Unregister(IBusPeripheral peripheral) in Unregister()
390 public void Unregister(IPeripheral peripheral) in Unregister()
395 public void Register(IPeripheral peripheral, NullRegistrationPoint registrationPoint) in Register()
400 public virtual void Unregister(ICPU peripheral) in Unregister()
405 public virtual void Unregister(IKnownSize peripheral) in Unregister()