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

    Permalink
  34. def emitSuspend(): Unit

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

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

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

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

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

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

    Permalink
  41. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  43. var listener: UsbLsFsPhyAbstractIoListener

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

    Permalink
  45. var lowSpeed: Boolean

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

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

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

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

    Permalink
  50. val packetBits: ArrayBuffer[Boolean]

    Permalink
  51. var phase: Int

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

    Permalink
  53. val rx: Area { ... /* 6 definitions in type refinement */ }

    Permalink
  54. val rxBlocked: Queue[SimThread]

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

    Permalink
  56. var rxBytes: Seq[Int]

    Permalink
  57. var rxPid: Int

    Permalink
  58. var state: State

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

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

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

    Permalink
  62. var txEnableLast: Boolean

    Permalink
  63. var txSe0Last: Boolean

    Permalink
  64. var txStable: Int

    Permalink
  65. var txStableLast: Int

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. 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