Class

spinal.lib.com.spi.sim

FlashModel

Related Doc: package sim

Permalink

case class FlashModel(spi: SpiXdrMaster, cd: ClockDomain) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FlashModel
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FlashModel(spi: SpiXdrMaster, cd: ClockDomain)

    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. var address: Int

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. var buffer: Int

    Permalink
  7. var buffer2: Int

    Permalink
  8. val cd: ClockDomain

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  10. var cmd: Int

    Permalink
  11. def command(rising: Boolean, mosi: ⇒ Int): Unit

    Permalink
  12. val content: Array[Byte]

    Permalink
  13. var counter: Int

    Permalink
  14. var dirty: Boolean

    Permalink
  15. var edgeHandler: (Boolean, ⇒ Int) ⇒ Unit

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

    Permalink
    Definition Classes
    AnyRef
  17. def eraseAddress(rising: Boolean, mosi: ⇒ Int): Unit

    Permalink
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def goto(that: (Boolean, ⇒ Int) ⇒ Unit): Unit

    Permalink
  20. def idle(rising: Boolean, mosi: ⇒ Int): Unit

    Permalink
  21. def info(m: String): Unit

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def loadBinary(path: String, offset: Int): Unit

    Permalink
  24. var miso: Int

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. def readAddress(rising: Boolean, mosi: ⇒ Int): Unit

    Permalink
  29. def readAddressDual(rising: Boolean, mosi: ⇒ Int): Unit

    Permalink
  30. def readDummy(rising: Boolean, mosi: ⇒ Int): Unit

    Permalink
  31. def readDummyDual(rising: Boolean, mosi: ⇒ Int): Unit

    Permalink
  32. def readId(rising: Boolean, mosi: ⇒ Int): Unit

    Permalink
  33. def readPayload(rising: Boolean, mosi: ⇒ Int): Unit

    Permalink
  34. def readPayloadDual(rising: Boolean, mosi: ⇒ Int): Unit

    Permalink
  35. def readStatus(rising: Boolean, mosi: ⇒ Int): Unit

    Permalink
  36. var sclkLast: Boolean

    Permalink
  37. val spi: SpiXdrMaster

    Permalink
  38. var spiDataRead: Array[Int]

    Permalink
  39. val spiDataWithIndex: IndexedSeq[(XdrPin, Int)]

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

    Permalink
    Definition Classes
    AnyRef
  41. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def writeAddress(rising: Boolean, mosi: ⇒ Int): Unit

    Permalink
  45. def writePayload(rising: Boolean, mosi: ⇒ Int): 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 Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped