case class FlashModel(spi: SpiXdrMaster, cd: ClockDomain) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FlashModel
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new FlashModel(spi: SpiXdrMaster, cd: ClockDomain)
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
- var address: Int
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- var buffer: Int
- var buffer2: Int
- val cd: ClockDomain
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- var cmd: Int
- def command(rising: Boolean, mosi: => Int): Unit
- val content: Array[Byte]
- var counter: Int
- var dirty: Boolean
- var edgeHandler: (Boolean, => Int) => Unit
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def eraseAddress(rising: Boolean, mosi: => Int): Unit
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def goto(that: (Boolean, => Int) => Unit): Unit
- def idle(rising: Boolean, mosi: => Int): Unit
- def info(m: String): Unit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def loadBinary(path: String, offset: Int): Unit
- var miso: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def readAddress(rising: Boolean, mosi: => Int): Unit
- def readAddressDual(rising: Boolean, mosi: => Int): Unit
- def readDummy(rising: Boolean, mosi: => Int): Unit
- def readDummyDual(rising: Boolean, mosi: => Int): Unit
- def readId(rising: Boolean, mosi: => Int): Unit
- def readPayload(rising: Boolean, mosi: => Int): Unit
- def readPayloadDual(rising: Boolean, mosi: => Int): Unit
- def readStatus(rising: Boolean, mosi: => Int): Unit
- var sclkLast: Boolean
- val spi: SpiXdrMaster
- var spiDataRead: Array[Int]
- val spiDataWithIndex: IndexedSeq[(XdrPin, Int)]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def writeAddress(rising: Boolean, mosi: => Int): Unit
- def writePayload(rising: Boolean, mosi: => Int): Unit
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)