Lines Matching defs:peripheral
32 string GetAnyNameOrTypeName(IPeripheral peripheral); in GetAnyNameOrTypeName()
33 IEnumerable<IPeripheral> GetChildrenPeripherals(IPeripheral peripheral); in GetChildrenPeripherals()
35 string GetLocalName(IPeripheral peripheral); in GetLocalName()
37 IEnumerable<IPeripheral> GetParentPeripherals(IPeripheral peripheral); in GetParentPeripherals()
42 IBusController GetSystemBus(IBusPeripheral peripheral); in GetSystemBus()
49 bool IsRegistered(IPeripheral peripheral); in IsRegistered()
59 IBusController RegisterBusController(IBusPeripheral peripheral, IBusController controller); in RegisterBusController()
64 void SetLocalName(IPeripheral peripheral, string name); in SetLocalName()
73 bool TryGetAnyName(IPeripheral peripheral, out string name); in TryGetAnyName()
74 bool TryGetBusController(IBusPeripheral peripheral, out IBusController controller); in TryGetBusController()
77 bool TryGetLocalName(IPeripheral peripheral, out string name); in TryGetLocalName()
81 void UnregisterFromParent(IPeripheral peripheral); in UnregisterFromParent()