Class

spinal.lib.com.usb.sim

UsbLsFsPhyAbstractIoAgent

Related Doc: package sim

Permalink

class UsbLsFsPhyAbstractIoAgent extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UsbLsFsPhyAbstractIoAgent
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UsbLsFsPhyAbstractIoAgent(usb: UsbLsFsPhyAbstractIo, cd: ClockDomain, cdRatio: Int)

    Permalink

Type Members

  1. class State extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object BIT extends State

    Permalink
  5. object DISCONNECTED extends State

    Permalink
  6. object ENABLED extends State

    Permalink
  7. object EOP_1 extends State

    Permalink
  8. object EOP_2 extends State

    Permalink
  9. object TX_K extends State

    Permalink
  10. object TX_SE0 extends State

    Permalink
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def bitTime(ls: Boolean): Long

    Permalink
  13. var byteBuffer: Int

    Permalink
  14. def bytesToBoolean(data: Seq[Int]): ArrayBuffer[Boolean]

    Permalink
  15. def calcCrc(that: Seq[Int], poly: Int, width: Int, check: Boolean): Int

    Permalink
  16. var cdBitRatio: Int

    Permalink
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  18. def connect(lowSpeed: Boolean): Unit

    Permalink
  19. var connected: Boolean

    Permalink
  20. var counter: Int

    Permalink
  21. def decodeBytes(packet: Seq[Boolean]): Seq[Int]

    Permalink
  22. def decodePacketToggle(packet: Seq[Boolean]): Seq[Boolean]

    Permalink
  23. def decodeStuffing(packet: Seq[Boolean]): Seq[Boolean]

    Permalink
  24. def emitBytes(data: Seq[Int], crc16: Boolean, turnaround: Boolean, ls: Boolean, stuffingError: Boolean = false, crcError: Boolean = false, eopError: Boolean = false, errorAt: Int = 1): Unit

    Permalink
  25. def emitBytes(pid: Int, data: Seq[Int], crc16: Boolean, turnaround: Boolean, ls: Boolean): Unit

    Permalink
  26. def emitEop(extraBit: Boolean, error: Boolean, ls: Boolean): Unit

    Permalink
  27. def encodeStuffing(data: Seq[Boolean]): Seq[Boolean]

    Permalink
  28. def encodeToggle(data: Seq[Boolean]): Seq[Boolean]

    Permalink
  29. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  32. var gotPreamble: Boolean

    Permalink
  33. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. var listener: UsbLsFsPhyAbstractIoListener

    Permalink
  36. def log(that: String): Unit

    Permalink
  37. var lowSpeed: Boolean

    Permalink
  38. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  40. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  41. def onListener(body: (UsbLsFsPhyAbstractIoListener) ⇒ Unit): Unit

    Permalink
  42. val packetBits: ArrayBuffer[Boolean]

    Permalink
  43. var phase: Int

    Permalink
  44. def randomBitTime(ls: Boolean): Long

    Permalink
  45. val rx: AnyRef { ... /* 6 definitions in type refinement */ }

    Permalink
  46. var state: State

    Permalink
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  48. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  49. var txDataLast: Boolean

    Permalink
  50. var txEnableLast: Boolean

    Permalink
  51. var txSe0Last: Boolean

    Permalink
  52. var txStable: Int

    Permalink
  53. var txStableLast: Int

    Permalink
  54. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped