class UsbLsFsPhyAbstractIoAgent extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UsbLsFsPhyAbstractIoAgent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new UsbLsFsPhyAbstractIoAgent(usb: UsbLsFsPhyAbstractIo, cd: ClockDomain, cdRatio: Int)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assertRxAck(): Unit
- def assertRxNak(): Unit
- def assertRxStall(): Unit
- def bitTime(ls: Boolean): Long
- var byteBuffer: Int
- def bytesToBoolean(data: Seq[Int]): ArrayBuffer[Boolean]
- def calcCrc(that: Seq[Int], poly: Int, width: Int, check: Boolean, bitCount: Int = -1): Int
- var cdBitRatio: Int
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- def connect(lowSpeed: Boolean): Unit
- var connected: Boolean
- var counter: Int
- def decodeBytes(packet: Seq[Boolean]): Seq[Int]
- def decodePacketToggle(packet: Seq[Boolean]): Seq[Boolean]
- def decodeStuffing(packet: Seq[Boolean]): Seq[Boolean]
- def doneNotify(): Unit
- val doneQueue: Queue[SimThread]
- 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
- def emitBytes(pid: Int, data: Seq[Int], crc16: Boolean, turnaround: Boolean, ls: Boolean): Unit
- def emitEop(extraBit: Boolean, error: Boolean, ls: Boolean): Unit
- def emitReset(): Unit
- def emitResume(): Unit
- def emitSuspend(): Unit
- def encodeStuffing(data: Seq[Boolean]): Seq[Boolean]
- def encodeToggle(data: Seq[Boolean]): Seq[Boolean]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- var gotPreamble: Boolean
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- var listener: UsbLsFsPhyAbstractIoListener
- def log(that: String): Unit
- var lowSpeed: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def onListener(body: (UsbLsFsPhyAbstractIoListener) ⇒ Unit): Unit
- val packetBits: ArrayBuffer[Boolean]
- var phase: Int
- def randomBitTime(ls: Boolean): Long
- val rx: Area { ... /* 6 definitions in type refinement */ }
- val rxBlocked: Queue[SimThread]
- def rxBlocking(): (Int, Seq[Int])
- var rxBytes: Seq[Int]
- var rxPid: Int
- var state: State
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- var txDataLast: Boolean
- var txEnableLast: Boolean
- var txSe0Last: Boolean
- var txStable: Int
- var txStableLast: Int
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def waitDone(): Unit
- object BIT extends State
- object DISCONNECTED extends State
- object ENABLED extends State
- object EOP_1 extends State
- object EOP_2 extends State
- object TX_K extends State
- object TX_SE0 extends State
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated