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 assertRxAck(): Unit

    Permalink
  13. def assertRxNak(): Unit

    Permalink
  14. def assertRxStall(): Unit

    Permalink
  15. def bitTime(ls: Boolean): Long

    Permalink
  16. var byteBuffer: Int

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

    Permalink
  18. def calcCrc(that: Seq[Int], poly: Int, width: Int, check: Boolean, bitCount: Int = 1): Int

    Permalink
  19. var cdBitRatio: Int

    Permalink
  20. def clone(): AnyRef

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

    Permalink
  22. var connected: Boolean

    Permalink
  23. var counter: Int

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

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

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

    Permalink
  27. def doneNotify(): Unit

    Permalink
  28. val doneQueue: Queue[SimThread]

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

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

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

    Permalink
  32. def emitReset(): Unit

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

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

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

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

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

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

    Permalink
  39. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  41. var listener: UsbLsFsPhyAbstractIoListener

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

    Permalink
  43. var lowSpeed: Boolean

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

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

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

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

    Permalink
  48. val packetBits: ArrayBuffer[Boolean]

    Permalink
  49. var phase: Int

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

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

    Permalink
  52. val rxBlocked: Queue[SimThread]

    Permalink
  53. def rxBlocking(): (Int, Seq[Int])

    Permalink
  54. var rxBytes: Seq[Int]

    Permalink
  55. var rxPid: Int

    Permalink
  56. var state: State

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

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

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

    Permalink
  60. var txEnableLast: Boolean

    Permalink
  61. var txSe0Last: Boolean

    Permalink
  62. var txStable: Int

    Permalink
  63. var txStableLast: Int

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. def waitDone(): Unit

    Permalink

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