Lines Matching refs:peripheral
32 string GetAnyNameOrTypeName(IPeripheral peripheral); in GetAnyNameOrTypeName() argument
33 IEnumerable<IPeripheral> GetChildrenPeripherals(IPeripheral peripheral); in GetChildrenPeripherals() argument
35 string GetLocalName(IPeripheral peripheral); in GetLocalName() argument
37 IEnumerable<IPeripheral> GetParentPeripherals(IPeripheral peripheral); in GetParentPeripherals() argument
42 IBusController GetSystemBus(IBusPeripheral peripheral); in GetSystemBus() argument
49 bool IsRegistered(IPeripheral peripheral); in IsRegistered() argument
59 IBusController RegisterBusController(IBusPeripheral peripheral, IBusController controller); in RegisterBusController() argument
64 void SetLocalName(IPeripheral peripheral, string name); in SetLocalName() argument
73 bool TryGetAnyName(IPeripheral peripheral, out string name); in TryGetAnyName() argument
74 bool TryGetBusController(IBusPeripheral peripheral, out IBusController controller); in TryGetBusController() argument
75 …bool TryGetByName<T>(string name, out T peripheral, out string longestMatch) where T : class, IPer…
76 bool TryGetByName<T>(string name, out T peripheral) where T : class, IPeripheral;
77 bool TryGetLocalName(IPeripheral peripheral, out string name); in TryGetLocalName() argument
81 void UnregisterFromParent(IPeripheral peripheral); in UnregisterFromParent() argument