Home
last modified time | relevance | path

Searched defs:phy (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DNetworkWithPHY.cs54 protected bool TryGetPhy<T>(uint id, out IPhysicalLayer<T> phy) in TryGetPhy()
65 protected bool TryGetPhy<T, V>(uint id, out IPhysicalLayer<T, V> phy) in TryGetPhy()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DMPFS_SDController.cs549 private IPhysicalLayer<byte> phy; field in Antmicro.Renode.Peripherals.SD.MPFS_SDController