case class FlashModel(spi: SpiXdrMaster, cd: ClockDomain) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FlashModel
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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( ... ) @native() @IntrinsicCandidate()
- 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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- 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
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- 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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- 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